Html Css Color HEX #800ECD Dark Violet

📋 copy color: '#800ECD'

red 128 ◦ green 14 ◦ blue 205

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

Shades of Dark Violet #800ECD

Tints of Dark Violet #800ECD

RGB

 RED value IS 128 (50.39% from 255) = 36.89%

 GREEN value IS 14 (5.86% from 255) = 4.03%

 BLUE value IS 205 (80.47% from 255) = 59.08%

R = 36.89%
G = 4.03%
B = 59.08%

CMYK

 C value IS 0.38

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#800ECD (or 0x800ECD) is known color: Dark Violet. HEX triplet: 80, 0E and CD. RGB value is (128,14,205). Sum of RGB (Red+Green+Blue) = 128+14+205=347 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.89% from 347); Green value is 14 (5.86% from 255 or 4.03% from 347); Blue value is 205 (80.47% from 255 or 59.08% from 347); Max value from RGB is 205 - color contains mainly: blue. Hex color #800ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800ECD is #7FF132. Grayscale: #454545. Windows color (decimal): -8384819 or 13438592. OLE color: 13438592.

HSL color Cylindrical-coordinate representation of color #800ECD: hue angle of 275.81º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #800ECD is Cyan = 0.38, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 128 14 205 -
CMYK 0.38 0.93 0 0.20
HSL 275.81º 0.87% 0.43% -
HSV(B) 275.81º 0.93% 0.8% -
XYZ 20.08 9.31 58.5 -
YUV 69.86 204.27 169.47 -
System Red Green Blue C M Y K H S L
Decimal 128 14 205 0.38 0.93 0 0.20 275.81 0.87 0.43
Hex 80 E CD 26 5D 0 14 114 57 2B
Octal 200 16 315 46 135 0 24 424 127 53
Binary 10000000 1110 11001101 100110 1011101 0 10100 100010100 1010111 101011

Color Harmonies of #800ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800ECD

Black with #800ECD

Text Example


Text Example

White with #800ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800ECD; }

 p { color: rgb(128,14,205); }

 H1.HeaderClassName
 {
   color: #800ECD;
 }
 .AnyTagClassName
 {
   color: #800ECD;
 }
</style>

background-color css

<style>
 a { background-color: #800ECD; }

 a { background-color: rgb(128,14,205); }

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

border-color css

<style>
 span { border-color: #800ECD; }

 span { border-color: rgb(128,14,205); }

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