Html Css Color HEX #800EDD Dark Violet

📋 copy color: '#800EDD'

red 128 ◦ green 14 ◦ blue 221

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

Shades of Dark Violet #800EDD

Tints of Dark Violet #800EDD

RGB

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

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

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

R = 35.26%
G = 3.86%
B = 60.88%

CMYK

 C value IS 0.42

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#800EDD (or 0x800EDD) is known color: Dark Violet. HEX triplet: 80, 0E and DD. RGB value is (128,14,221). Sum of RGB (Red+Green+Blue) = 128+14+221=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 14 (5.86% from 255 or 3.86% 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 #800EDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800EDD is #7FF122. Grayscale: #464646. Windows color (decimal): -8384803 or 14487168. OLE color: 14487168.

HSL color Cylindrical-coordinate representation of color #800EDD: hue angle of 273.04º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800EDD is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 14 221 -
CMYK 0.42 0.94 0 0.13
HSL 273.04º 0.88% 0.46% -
HSV(B) 273.04º 0.94% 0.87% -
XYZ 22.11 10.12 69.2 -
YUV 71.68 212.27 168.17 -
System Red Green Blue C M Y K H S L
Decimal 128 14 221 0.42 0.94 0 0.13 273.04 0.88 0.46
Hex 80 E DD 2A 5E 0 D 111 58 2E
Octal 200 16 335 52 136 0 15 421 130 56
Binary 10000000 1110 11011101 101010 1011110 0 1101 100010001 1011000 101110

Color Harmonies of #800EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800EDD

Black with #800EDD

Text Example


Text Example

White with #800EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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