Html Css Color HEX #8E17EB Blue Violet

📋 copy color: '#8E17EB'

red 142 ◦ green 23 ◦ blue 235

#8E17EB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8E17EB

Tints of Blue Violet #8E17EB

RGB

 RED value IS 142 (55.86% from 255) = 35.5%

 GREEN value IS 23 (9.38% from 255) = 5.75%

 BLUE value IS 235 (92.19% from 255) = 58.75%

R = 35.5%
G = 5.75%
B = 58.75%

CMYK

 C value IS 0.40

 M value IS 0.90

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E17EB (or 0x8E17EB) is known color: Blue Violet. HEX triplet: 8E, 17 and EB. RGB value is (142,23,235). Sum of RGB (Red+Green+Blue) = 142+23+235=400 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.5% from 400); Green value is 23 (9.38% from 255 or 5.75% from 400); Blue value is 235 (92.19% from 255 or 58.75% from 400); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E17EB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E17EB is #71E814. Grayscale: #525252. Windows color (decimal): -7464981 or 15406990. OLE color: 15406990.

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

Color convert

RGB 142 23 235 -
CMYK 0.40 0.90 0 0.08
HSL 273.68º 0.84% 0.51% -
HSV(B) 273.68º 0.9% 0.92% -
XYZ 26.46 12.36 79.59 -
YUV 82.75 213.92 170.26 -
System Red Green Blue C M Y K H S L
Decimal 142 23 235 0.40 0.90 0 0.08 273.68 0.84 0.51
Hex 8E 17 EB 28 5A 0 8 112 54 33
Octal 216 27 353 50 132 0 10 422 124 63
Binary 10001110 10111 11101011 101000 1011010 0 1000 100010010 1010100 110011

Color Harmonies of #8E17EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E17EB

Black with #8E17EB

Text Example


Text Example

White with #8E17EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8E17EB;
 }
 .AnyTagClassName
 {
   color: #8E17EB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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