Html Css Color HEX #8E0BDE Dark Violet

📋 copy color: '#8E0BDE'

red 142 ◦ green 11 ◦ blue 222

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

Shades of Dark Violet #8E0BDE

Tints of Dark Violet #8E0BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 59.2%

R = 37.87%
G = 2.93%
B = 59.2%

CMYK

 C value IS 0.36

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E0BDE (or 0x8E0BDE) is known color: Dark Violet. HEX triplet: 8E, 0B and DE. RGB value is (142,11,222). Sum of RGB (Red+Green+Blue) = 142+11+222=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 11 (4.69% from 255 or 2.93% from 375); Blue value is 222 (87.11% from 255 or 59.2% from 375); Max value from RGB is 222 - color contains mainly: blue. Hex color #8E0BDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0BDE is #71F421. Grayscale: #494949. Windows color (decimal): -7468066 or 14551950. OLE color: 14551950.

HSL color Cylindrical-coordinate representation of color #8E0BDE: hue angle of 277.25º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8E0BDE is Cyan = 0.36, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 11 222 -
CMYK 0.36 0.95 0 0.13
HSL 277.25º 0.91% 0.46% -
HSV(B) 277.25º 0.95% 0.87% -
XYZ 24.46 11.26 69.99 -
YUV 74.22 211.4 176.34 -
System Red Green Blue C M Y K H S L
Decimal 142 11 222 0.36 0.95 0 0.13 277.25 0.91 0.46
Hex 8E B DE 24 5F 0 D 115 5B 2E
Octal 216 13 336 44 137 0 15 425 133 56
Binary 10001110 1011 11011110 100100 1011111 0 1101 100010101 1011011 101110

Color Harmonies of #8E0BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0BDE

Black with #8E0BDE

Text Example


Text Example

White with #8E0BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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