Html Css Color HEX #8E0BB7 Dark Violet

📋 copy color: '#8E0BB7'

red 142 ◦ green 11 ◦ blue 183

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

Shades of Dark Violet #8E0BB7

Tints of Dark Violet #8E0BB7

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.27%

 BLUE value IS 183 (71.88% from 255) = 54.46%

R = 42.26%
G = 3.27%
B = 54.46%

CMYK

 C value IS 0.22

 M value IS 0.94

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8E0BB7 (or 0x8E0BB7) is known color: Dark Violet. HEX triplet: 8E, 0B and B7. RGB value is (142,11,183). Sum of RGB (Red+Green+Blue) = 142+11+183=336 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.26% from 336); Green value is 11 (4.69% from 255 or 3.27% from 336); Blue value is 183 (71.88% from 255 or 54.46% from 336); Max value from RGB is 183 - color contains mainly: blue. Hex color #8E0BB7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0BB7 is #71F448. Grayscale: #454545. Windows color (decimal): -7468105 or 11996046. OLE color: 11996046.

HSL color Cylindrical-coordinate representation of color #8E0BB7: hue angle of 285.7º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E0BB7 is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 142 11 183 -
CMYK 0.22 0.94 0 0.28
HSL 285.7º 0.89% 0.38% -
HSV(B) 285.7º 0.94% 0.72% -
XYZ 19.82 9.41 45.57 -
YUV 69.78 191.9 179.51 -
System Red Green Blue C M Y K H S L
Decimal 142 11 183 0.22 0.94 0 0.28 285.7 0.89 0.38
Hex 8E B B7 16 5E 0 1C 11E 59 26
Octal 216 13 267 26 136 0 34 436 131 46
Binary 10001110 1011 10110111 10110 1011110 0 11100 100011110 1011001 100110

Color Harmonies of #8E0BB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0BB7

Black with #8E0BB7

Text Example


Text Example

White with #8E0BB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,11,183); }

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

background-color css

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

 a { background-color: rgb(142,11,183); }

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

border-color css

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

 span { border-color: rgb(142,11,183); }

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