Html Css Color HEX #800DDD Dark Violet

📋 copy color: '#800DDD'

red 128 ◦ green 13 ◦ blue 221

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

Shades of Dark Violet #800DDD

Tints of Dark Violet #800DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.59%

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

R = 35.36%
G = 3.59%
B = 61.05%

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

#800DDD (or 0x800DDD) is known color: Dark Violet. HEX triplet: 80, 0D and DD. RGB value is (128,13,221). Sum of RGB (Red+Green+Blue) = 128+13+221=362 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.36% from 362); Green value is 13 (5.47% from 255 or 3.59% from 362); Blue value is 221 (86.72% from 255 or 61.05% from 362); Max value from RGB is 221 - color contains mainly: blue. Hex color #800DDD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800DDD is #7FF222. Grayscale: #464646. Windows color (decimal): -8385059 or 14486912. OLE color: 14486912.

HSL color Cylindrical-coordinate representation of color #800DDD: hue angle of 273.17º degrees, saturation: 0.89, 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 #800DDD is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 128 13 221 -
CMYK 0.42 0.94 0 0.13
HSL 273.17º 0.89% 0.46% -
HSV(B) 273.17º 0.94% 0.87% -
XYZ 22.1 10.1 69.19 -
YUV 71.1 212.6 168.59 -
System Red Green Blue C M Y K H S L
Decimal 128 13 221 0.42 0.94 0 0.13 273.17 0.89 0.46
Hex 80 D DD 2A 5E 0 D 111 59 2E
Octal 200 15 335 52 136 0 15 421 131 56
Binary 10000000 1101 11011101 101010 1011110 0 1101 100010001 1011001 101110

Color Harmonies of #800DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800DDD

Black with #800DDD

Text Example


Text Example

White with #800DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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