Html Css Color HEX #801690 Dark Magenta

📋 copy color: '#801690'

red 128 ◦ green 22 ◦ blue 144

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

Shades of Dark Magenta #801690

Tints of Dark Magenta #801690

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.48%

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 43.54%
G = 7.48%
B = 48.98%

CMYK

 C value IS 0.11

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#801690 (or 0x801690) is known color: Dark Magenta. HEX triplet: 80, 16 and 90. RGB value is (128,22,144). Sum of RGB (Red+Green+Blue) = 128+22+144=294 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.54% from 294); Green value is 22 (8.98% from 255 or 7.48% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #801690 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801690 is #7FE96F. Grayscale: #434343. Windows color (decimal): -8382832 or 9442944. OLE color: 9442944.

HSL color Cylindrical-coordinate representation of color #801690: hue angle of 292.13º degrees, saturation: 0.73, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801690 is Cyan = 0.11, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 22 144 -
CMYK 0.11 0.85 0 0.44
HSL 292.13º 0.73% 0.33% -
HSV(B) 292.13º 0.85% 0.56% -
XYZ 14.22 7.18 27.02 -
YUV 67.6 171.12 171.08 -
System Red Green Blue C M Y K H S L
Decimal 128 22 144 0.11 0.85 0 0.44 292.13 0.73 0.33
Hex 80 16 90 B 55 0 2C 124 49 21
Octal 200 26 220 13 125 0 54 444 111 41
Binary 10000000 10110 10010000 1011 1010101 0 101100 100100100 1001001 100001

Color Harmonies of #801690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801690

Black with #801690

Text Example


Text Example

White with #801690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801690; }

 p { color: rgb(128,22,144); }

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

background-color css

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

 a { background-color: rgb(128,22,144); }

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

border-color css

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

 span { border-color: rgb(128,22,144); }

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