Html Css Color HEX #8E0BDD Dark Violet

📋 copy color: '#8E0BDD'

red 142 ◦ green 11 ◦ blue 221

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

Shades of Dark Violet #8E0BDD

Tints of Dark Violet #8E0BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 59.09%

R = 37.97%
G = 2.94%
B = 59.09%

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

#8E0BDD (or 0x8E0BDD) is known color: Dark Violet. HEX triplet: 8E, 0B and DD. RGB value is (142,11,221). Sum of RGB (Red+Green+Blue) = 142+11+221=374 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.97% from 374); Green value is 11 (4.69% from 255 or 2.94% from 374); Blue value is 221 (86.72% from 255 or 59.09% from 374); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E0BDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E0BDD is #71F422. Grayscale: #494949. Windows color (decimal): -7468067 or 14486414. OLE color: 14486414.

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

Color convert

RGB 142 11 221 -
CMYK 0.36 0.95 0 0.13
HSL 277.43º 0.91% 0.45% -
HSV(B) 277.43º 0.95% 0.87% -
XYZ 24.33 11.21 69.29 -
YUV 74.11 210.9 176.42 -
System Red Green Blue C M Y K H S L
Decimal 142 11 221 0.36 0.95 0 0.13 277.43 0.91 0.45
Hex 8E B DD 24 5F 0 D 115 5B 2D
Octal 216 13 335 44 137 0 15 425 133 55
Binary 10001110 1011 11011101 100100 1011111 0 1101 100010101 1011011 101101

Color Harmonies of #8E0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E0BDD

Black with #8E0BDD

Text Example


Text Example

White with #8E0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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