Html Css Color HEX #800ADD Dark Violet

📋 copy color: '#800ADD'

red 128 ◦ green 10 ◦ blue 221

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

Shades of Dark Violet #800ADD

Tints of Dark Violet #800ADD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.79%

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

R = 35.65%
G = 2.79%
B = 61.56%

CMYK

 C value IS 0.42

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#800ADD (or 0x800ADD) is known color: Dark Violet. HEX triplet: 80, 0A and DD. RGB value is (128,10,221). Sum of RGB (Red+Green+Blue) = 128+10+221=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 221 (86.72% from 255 or 61.56% from 359); Max value from RGB is 221 - color contains mainly: blue. Hex color #800ADD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #800ADD is #7FF522. Grayscale: #444444. Windows color (decimal): -8385827 or 14486144. OLE color: 14486144.

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

Color convert

RGB 128 10 221 -
CMYK 0.42 0.95 0 0.13
HSL 273.55º 0.91% 0.45% -
HSV(B) 273.55º 0.95% 0.87% -
XYZ 22.06 10.03 69.18 -
YUV 69.34 213.59 169.84 -
System Red Green Blue C M Y K H S L
Decimal 128 10 221 0.42 0.95 0 0.13 273.55 0.91 0.45
Hex 80 A DD 2A 5F 0 D 112 5B 2D
Octal 200 12 335 52 137 0 15 422 133 55
Binary 10000000 1010 11011101 101010 1011111 0 1101 100010010 1011011 101101

Color Harmonies of #800ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800ADD

Black with #800ADD

Text Example


Text Example

White with #800ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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