Html Css Color HEX #8E00E6 Dark Violet

📋 copy color: '#8E00E6'

red 142 ◦ green 0 ◦ blue 230

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

Shades of Dark Violet #8E00E6

Tints of Dark Violet #8E00E6

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 230 (90.23% from 255) = 61.83%

R = 38.17%
G = 0%
B = 61.83%

CMYK

 C value IS 0.38

 M value IS 1

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8E00E6 (or 0x8E00E6) is known color: Dark Violet. HEX triplet: 8E, 00 and E6. RGB value is (142,0,230). Sum of RGB (Red+Green+Blue) = 142+0+230=372 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.17% from 372); Green value is 0 (0.39% from 255 or 0% from 372); Blue value is 230 (90.23% from 255 or 61.83% from 372); Max value from RGB is 230 - color contains mainly: blue. Hex color #8E00E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E00E6 is #71FF19. Grayscale: #434343. Windows color (decimal): -7470874 or 15073422. OLE color: 15073422.

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

Color convert

RGB 142 0 230 -
CMYK 0.38 1 0 0.10
HSL 277.04º 1% 0.45% -
HSV(B) 277.04º 1% 0.9% -
XYZ 25.44 11.46 75.73 -
YUV 68.68 219.04 180.3 -
System Red Green Blue C M Y K H S L
Decimal 142 0 230 0.38 1 0 0.10 277.04 1 0.45
Hex 8E 0 E6 26 64 0 A 115 64 2D
Octal 216 0 346 46 144 0 12 425 144 55
Binary 10001110 0 11100110 100110 1100100 0 1010 100010101 1100100 101101

Color Harmonies of #8E00E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E00E6

Black with #8E00E6

Text Example


Text Example

White with #8E00E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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