#8640E6

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

Shades of Blue Violet #8640E6

Tints of Blue Violet #8640E6

Color information

#8640E6 (or 0x8640E6) is unknown color: approx Blue Violet. HEX triplet: 86, 40 and E6. RGB value is (134,64,230). Sum of RGB (Red+Green+Blue) = 134+64+230=428 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.31% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 230 (90.23% from 255 or 53.74% from 428); Max value from RGB is 230 - color contains mainly: blue. Hex color #8640E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8640E6 is #79BF19. Grayscale: #676767. Windows color (decimal): -7978778 or 15089798. OLE color: 15089798.

HSL color Cylindrical-coordinate representation of color #8640E6: hue angle of 265.3º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8640E6 is Cyan = 0.42, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13464230-
CMYK0.420.7200.10
HSL265.3º76.85%57.65%-
HSV(B)265.3º72.17%90.2%-
XYZ25.9514.4576.28-
YUV103.85199.19149.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 31.31%
GREEN value IS 64 (25.39% from 255) = 14.95%
BLUE value IS 230 (90.23% from 255) = 53.74%
R=31.31%
G=14.95%
B=53.74%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal134642300.420.7200.10265.376.8557.65
Hex8640E62A480A1094d3a
Octal2061003465211001241111572
Binary100001101000000111001101010101001000010101000010011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8640E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8640E6; }

 p { color: rgb(134,64,230); }

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

<style>
 a { background-color: #8640E6; }

 a { background-color: rgb(134,64,230); }

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

<style>
 span { border-color: #8640E6; }

 span { border-color: rgb(134,64,230); }

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