Html Css Color HEX #8E12BF Dark Violet

📋 copy color: '#8E12BF'

red 142 ◦ green 18 ◦ blue 191

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

Shades of Dark Violet #8E12BF

Tints of Dark Violet #8E12BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 54.42%

R = 40.46%
G = 5.13%
B = 54.42%

CMYK

 C value IS 0.26

 M value IS 0.91

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8E12BF (or 0x8E12BF) is known color: Dark Violet. HEX triplet: 8E, 12 and BF. RGB value is (142,18,191). Sum of RGB (Red+Green+Blue) = 142+18+191=351 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.46% from 351); Green value is 18 (7.42% from 255 or 5.13% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #8E12BF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E12BF is #71ED40. Grayscale: #4A4A4A. Windows color (decimal): -7466305 or 12522126. OLE color: 12522126.

HSL color Cylindrical-coordinate representation of color #8E12BF: hue angle of 283.01º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8E12BF is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 142 18 191 -
CMYK 0.26 0.91 0 0.25
HSL 283.01º 0.83% 0.41% -
HSV(B) 283.01º 0.91% 0.75% -
XYZ 20.78 9.94 50.11 -
YUV 74.8 193.58 175.93 -
System Red Green Blue C M Y K H S L
Decimal 142 18 191 0.26 0.91 0 0.25 283.01 0.83 0.41
Hex 8E 12 BF 1A 5B 0 19 11B 53 29
Octal 216 22 277 32 133 0 31 433 123 51
Binary 10001110 10010 10111111 11010 1011011 0 11001 100011011 1010011 101001

Color Harmonies of #8E12BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E12BF

Black with #8E12BF

Text Example


Text Example

White with #8E12BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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