Html Css Color HEX #8E0FD6 Dark Violet

📋 copy color: '#8E0FD6'

red 142 ◦ green 15 ◦ blue 214

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

Shades of Dark Violet #8E0FD6

Tints of Dark Violet #8E0FD6

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.04%

 BLUE value IS 214 (83.98% from 255) = 57.68%

R = 38.27%
G = 4.04%
B = 57.68%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#8E0FD6 (or 0x8E0FD6) is known color: Dark Violet. HEX triplet: 8E, 0F and D6. RGB value is (142,15,214). Sum of RGB (Red+Green+Blue) = 142+15+214=371 (49% of max value = 765). Red value is 142 (55.86% from 255 or 38.27% from 371); Green value is 15 (6.25% from 255 or 4.04% from 371); Blue value is 214 (83.98% from 255 or 57.68% from 371); Max value from RGB is 214 - color contains mainly: blue. Hex color #8E0FD6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0FD6 is #71F029. Grayscale: #4A4A4A. Windows color (decimal): -7467050 or 14028686. OLE color: 14028686.

HSL color Cylindrical-coordinate representation of color #8E0FD6: hue angle of 278.29º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E0FD6 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 142 15 214 -
CMYK 0.34 0.93 0 0.16
HSL 278.29º 0.87% 0.45% -
HSV(B) 278.29º 0.93% 0.84% -
XYZ 23.46 10.95 64.49 -
YUV 75.66 206.08 175.32 -
System Red Green Blue C M Y K H S L
Decimal 142 15 214 0.34 0.93 0 0.16 278.29 0.87 0.45
Hex 8E F D6 22 5D 0 10 116 57 2D
Octal 216 17 326 42 135 0 20 426 127 55
Binary 10001110 1111 11010110 100010 1011101 0 10000 100010110 1010111 101101

Color Harmonies of #8E0FD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0FD6

Black with #8E0FD6

Text Example


Text Example

White with #8E0FD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,15,214); }

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

background-color css

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

 a { background-color: rgb(142,15,214); }

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

border-color css

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

 span { border-color: rgb(142,15,214); }

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