Html Css Color HEX #8E11BC Dark Violet

📋 copy color: '#8E11BC'

red 142 ◦ green 17 ◦ blue 188

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

Shades of Dark Violet #8E11BC

Tints of Dark Violet #8E11BC

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.9%

 BLUE value IS 188 (73.83% from 255) = 54.18%

R = 40.92%
G = 4.9%
B = 54.18%

CMYK

 C value IS 0.24

 M value IS 0.91

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8E11BC (or 0x8E11BC) is known color: Dark Violet. HEX triplet: 8E, 11 and BC. RGB value is (142,17,188). Sum of RGB (Red+Green+Blue) = 142+17+188=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 188 (73.83% from 255 or 54.18% from 347); Max value from RGB is 188 - color contains mainly: blue. Hex color #8E11BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E11BC is #71EE43. Grayscale: #494949. Windows color (decimal): -7466564 or 12325262. OLE color: 12325262.

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

Color convert

RGB 142 17 188 -
CMYK 0.24 0.91 0 0.26
HSL 283.86º 0.83% 0.4% -
HSV(B) 283.86º 0.91% 0.74% -
XYZ 20.43 9.78 48.39 -
YUV 73.87 192.41 176.6 -
System Red Green Blue C M Y K H S L
Decimal 142 17 188 0.24 0.91 0 0.26 283.86 0.83 0.4
Hex 8E 11 BC 18 5B 0 1A 11C 53 28
Octal 216 21 274 30 133 0 32 434 123 50
Binary 10001110 10001 10111100 11000 1011011 0 11010 100011100 1010011 101000

Color Harmonies of #8E11BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E11BC

Black with #8E11BC

Text Example


Text Example

White with #8E11BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,17,188); }

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

background-color css

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

 a { background-color: rgb(142,17,188); }

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

border-color css

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

 span { border-color: rgb(142,17,188); }

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