Html Css Color HEX #800EAD Dark Violet

📋 copy color: '#800EAD'

red 128 ◦ green 14 ◦ blue 173

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

Shades of Dark Violet #800EAD

Tints of Dark Violet #800EAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 54.92%

R = 40.63%
G = 4.44%
B = 54.92%

CMYK

 C value IS 0.26

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#800EAD (or 0x800EAD) is known color: Dark Violet. HEX triplet: 80, 0E and AD. RGB value is (128,14,173). Sum of RGB (Red+Green+Blue) = 128+14+173=315 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.63% from 315); Green value is 14 (5.86% from 255 or 4.44% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #800EAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800EAD is #7FF152. Grayscale: #414141. Windows color (decimal): -8384851 or 11341440. OLE color: 11341440.

HSL color Cylindrical-coordinate representation of color #800EAD: hue angle of 283.02º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800EAD is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 128 14 173 -
CMYK 0.26 0.92 0 0.32
HSL 283.02º 0.85% 0.37% -
HSV(B) 283.02º 0.92% 0.68% -
XYZ 16.6 7.92 40.19 -
YUV 66.21 188.27 172.07 -
System Red Green Blue C M Y K H S L
Decimal 128 14 173 0.26 0.92 0 0.32 283.02 0.85 0.37
Hex 80 E AD 1A 5C 0 20 11B 55 25
Octal 200 16 255 32 134 0 40 433 125 45
Binary 10000000 1110 10101101 11010 1011100 0 100000 100011011 1010101 100101

Color Harmonies of #800EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800EAD

Black with #800EAD

Text Example


Text Example

White with #800EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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