#8E17EA

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

Shades of Blue Violet #8E17EA

Tints of Blue Violet #8E17EA

Color information

#8E17EA (or 0x8E17EA) is unknown color: approx Blue Violet. HEX triplet: 8E, 17 and EA. RGB value is (142,23,234). Sum of RGB (Red+Green+Blue) = 142+23+234=399 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.59% from 399); Green value is 23 (9.38% from 255 or 5.76% from 399); Blue value is 234 (91.80% from 255 or 58.65% from 399); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E17EA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E17EA is #71E815. Grayscale: #515151. Windows color (decimal): -7464982 or 15341454. OLE color: 15341454.

HSL color Cylindrical-coordinate representation of color #8E17EA: hue angle of 273.84º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8E17EA is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB14223234-
CMYK0.390.9000.08
HSL273.84º83.4%50.39%-
HSV(B)273.84º90.17%91.76%-
XYZ26.3112.378.83-
YUV82.64213.42170.34-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 35.59%
GREEN value IS 23 (9.38% from 255) = 5.76%
BLUE value IS 234 (91.80% from 255) = 58.65%
R=35.59%
G=5.76%
B=58.65%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal142232340.390.9000.08273.8483.450.39
Hex8E17EA275A081125332
Octal216273524713201042212362
Binary1000111010111111010101001111011010010001000100101010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E17EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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