Html Css Color HEX #8E00DD Dark Violet

📋 copy color: '#8E00DD'

red 142 ◦ green 0 ◦ blue 221

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

Shades of Dark Violet #8E00DD

Tints of Dark Violet #8E00DD

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.12%
G = 0%
B = 60.88%

CMYK

 C value IS 0.36

 M value IS 1

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E00DD (or 0x8E00DD) is known color: Dark Violet. HEX triplet: 8E, 00 and DD. RGB value is (142,0,221). Sum of RGB (Red+Green+Blue) = 142+0+221=363 (48% of max value = 765). Red value is 142 (55.86% from 255 or 39.12% from 363); Green value is 0 (0.39% from 255 or 0% from 363); Blue value is 221 (86.72% from 255 or 60.88% from 363); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E00DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #8E00DD is #71FF22. Grayscale: #424242. Windows color (decimal): -7470883 or 14483598. OLE color: 14483598.

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

Color convert

RGB 142 0 221 -
CMYK 0.36 1 0 0.13
HSL 278.55º 1% 0.43% -
HSV(B) 278.55º 1% 0.87% -
XYZ 24.21 10.97 69.25 -
YUV 67.65 214.54 181.03 -
System Red Green Blue C M Y K H S L
Decimal 142 0 221 0.36 1 0 0.13 278.55 1 0.43
Hex 8E 0 DD 24 64 0 D 117 64 2B
Octal 216 0 335 44 144 0 15 427 144 53
Binary 10001110 0 11011101 100100 1100100 0 1101 100010111 1100100 101011

Color Harmonies of #8E00DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E00DD

Black with #8E00DD

Text Example


Text Example

White with #8E00DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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