#8746FA

Color #8746FA Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8746FA

Tints of Blue Violet #8746FA

Color information

#8746FA (or 0x8746FA) is unknown color: approx Blue Violet. HEX triplet: 87, 46 and FA. RGB value is (135,70,250). Sum of RGB (Red+Green+Blue) = 135+70+250=455 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.67% from 455); Green value is 70 (27.73% from 255 or 15.38% from 455); Blue value is 250 (98.05% from 255 or 54.95% from 455); Max value from RGB is 250 - color contains mainly: blue. Hex color #8746FA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8746FA is #78B905. Grayscale: #6D6D6D. Windows color (decimal): -7911686 or 16402055. OLE color: 16402055.

HSL color Cylindrical-coordinate representation of color #8746FA: hue angle of 261.67º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8746FA is Cyan = 0.46, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB13570250-
CMYK0.460.7200.02
HSL261.67º94.74%62.75%-
HSV(B)261.67º72%98.04%-
XYZ29.4416.4392.06-
YUV109.95207.03145.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 135 (53.12% from 255) = 29.67%
GREEN value IS 70 (27.73% from 255) = 15.38%
BLUE value IS 250 (98.05% from 255) = 54.95%
R=29.67%
G=15.38%
B=54.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal135702500.460.7200.02261.6794.7462.75
Hex8746FA2E48021065f3f
Octal207106372561100240613777
Binary1000011110001101111101010111010010000101000001101011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8746FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8746FA; }

 p { color: rgb(135,70,250); }

 H1.HeaderClassName
 {
   color: #8746FA;
 }
 .AnyTagClassName
 {
   color: #8746FA;
 }
</style>
background-color css

<style>
 a { background-color: #8746FA; }

 a { background-color: rgb(135,70,250); }

 div.DivClassName
 {
   background-color: #8746FA;
 }
 .BgClassName
 {
   background-color: #8746FA;
 }
</style>
border-color css

<style>
 span { border-color: #8746FA; }

 span { border-color: rgb(135,70,250); }

 td.TdClassName
 {
   border-color: #8746FA;
 }
 .TagClassName
 {
   border-color: #8746FA;
 }
</style>