Html Css Color HEX #8E12CE Dark Violet

📋 copy color: '#8E12CE'

red 142 ◦ green 18 ◦ blue 206

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

Shades of Dark Violet #8E12CE

Tints of Dark Violet #8E12CE

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.92%

 BLUE value IS 206 (80.86% from 255) = 56.28%

R = 38.8%
G = 4.92%
B = 56.28%

CMYK

 C value IS 0.31

 M value IS 0.91

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#8E12CE (or 0x8E12CE) is known color: Dark Violet. HEX triplet: 8E, 12 and CE. RGB value is (142,18,206). Sum of RGB (Red+Green+Blue) = 142+18+206=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 18 (7.42% from 255 or 4.92% from 366); Blue value is 206 (80.86% from 255 or 56.28% from 366); Max value from RGB is 206 - color contains mainly: blue. Hex color #8E12CE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E12CE is #71ED31. Grayscale: #4B4B4B. Windows color (decimal): -7466290 or 13505166. OLE color: 13505166.

HSL color Cylindrical-coordinate representation of color #8E12CE: hue angle of 279.57º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E12CE is Cyan = 0.31, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 142 18 206 -
CMYK 0.31 0.91 0 0.19
HSL 279.57º 0.84% 0.44% -
HSV(B) 279.57º 0.91% 0.81% -
XYZ 22.51 10.64 59.26 -
YUV 76.51 201.08 174.71 -
System Red Green Blue C M Y K H S L
Decimal 142 18 206 0.31 0.91 0 0.19 279.57 0.84 0.44
Hex 8E 12 CE 1F 5B 0 13 118 54 2C
Octal 216 22 316 37 133 0 23 430 124 54
Binary 10001110 10010 11001110 11111 1011011 0 10011 100011000 1010100 101100

Color Harmonies of #8E12CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E12CE

Black with #8E12CE

Text Example


Text Example

White with #8E12CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,18,206); }

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

background-color css

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

 a { background-color: rgb(142,18,206); }

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

border-color css

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

 span { border-color: rgb(142,18,206); }

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