Html Css Color HEX #801692 Dark Magenta

📋 copy color: '#801692'

red 128 ◦ green 22 ◦ blue 146

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

Shades of Dark Magenta #801692

Tints of Dark Magenta #801692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 49.32%

R = 43.24%
G = 7.43%
B = 49.32%

CMYK

 C value IS 0.12

 M value IS 0.85

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#801692 (or 0x801692) is known color: Dark Magenta. HEX triplet: 80, 16 and 92. RGB value is (128,22,146). Sum of RGB (Red+Green+Blue) = 128+22+146=296 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.24% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #801692 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801692 is #7FE96D. Grayscale: #434343. Windows color (decimal): -8382830 or 9574016. OLE color: 9574016.

HSL color Cylindrical-coordinate representation of color #801692: hue angle of 291.29º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #801692 is Cyan = 0.12, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 22 146 -
CMYK 0.12 0.85 0 0.43
HSL 291.29º 0.74% 0.33% -
HSV(B) 291.29º 0.85% 0.57% -
XYZ 14.38 7.24 27.83 -
YUV 67.83 172.12 170.92 -
System Red Green Blue C M Y K H S L
Decimal 128 22 146 0.12 0.85 0 0.43 291.29 0.74 0.33
Hex 80 16 92 C 55 0 2B 123 4A 21
Octal 200 26 222 14 125 0 53 443 112 41
Binary 10000000 10110 10010010 1100 1010101 0 101011 100100011 1001010 100001

Color Harmonies of #801692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801692

Black with #801692

Text Example


Text Example

White with #801692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801692; }

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

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

background-color css

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

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

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

border-color css

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

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

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