#8E17E6

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

Shades of Blue Violet #8E17E6

Tints of Blue Violet #8E17E6

Color information

#8E17E6 (or 0x8E17E6) is unknown color: approx Blue Violet. HEX triplet: 8E, 17 and E6. RGB value is (142,23,230). Sum of RGB (Red+Green+Blue) = 142+23+230=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 23 (9.38% from 255 or 5.82% from 395); Blue value is 230 (90.23% from 255 or 58.23% from 395); Max value from RGB is 230 - color contains mainly: blue. Hex color #8E17E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E17E6 is #71E819. Grayscale: #515151. Windows color (decimal): -7464986 or 15079310. OLE color: 15079310.

HSL color Cylindrical-coordinate representation of color #8E17E6: hue angle of 274.49º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E17E6 is Cyan = 0.38, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB14223230-
CMYK0.380.900.10
HSL274.49º81.82%49.61%-
HSV(B)274.49º90%90.2%-
XYZ25.7412.0875.84-
YUV82.18211.42170.67-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.95%
GREEN value IS 23 (9.38% from 255) = 5.82%
BLUE value IS 230 (90.23% from 255) = 58.23%
R=35.95%
G=5.82%
B=58.23%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal142232300.380.900.10274.4981.8249.61
Hex8E17E6265A0A1125232
Octal216273464613201242212262
Binary1000111010111111001101001101011010010101000100101010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E17E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E17E6; }

 p { color: rgb(142,23,230); }

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

<style>
 a { background-color: #8E17E6; }

 a { background-color: rgb(142,23,230); }

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

<style>
 span { border-color: #8E17E6; }

 span { border-color: rgb(142,23,230); }

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