Html Css Color HEX #801297 Dark Magenta

📋 copy color: '#801297'

red 128 ◦ green 18 ◦ blue 151

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

Shades of Dark Magenta #801297

Tints of Dark Magenta #801297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.06%

 BLUE value IS 151 (59.38% from 255) = 50.84%

R = 43.1%
G = 6.06%
B = 50.84%

CMYK

 C value IS 0.15

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#801297 (or 0x801297) is known color: Dark Magenta. HEX triplet: 80, 12 and 97. RGB value is (128,18,151). Sum of RGB (Red+Green+Blue) = 128+18+151=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 18 (7.42% from 255 or 6.06% from 297); Blue value is 151 (59.38% from 255 or 50.84% from 297); Max value from RGB is 151 - color contains mainly: blue. Hex color #801297 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801297 is #7FED68. Grayscale: #414141. Windows color (decimal): -8383849 or 9900672. OLE color: 9900672.

HSL color Cylindrical-coordinate representation of color #801297: hue angle of 289.62º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #801297 is Cyan = 0.15, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 18 151 -
CMYK 0.15 0.88 0 0.41
HSL 289.62º 0.79% 0.33% -
HSV(B) 289.62º 0.88% 0.59% -
XYZ 14.7 7.26 29.9 -
YUV 66.05 175.94 172.19 -
System Red Green Blue C M Y K H S L
Decimal 128 18 151 0.15 0.88 0 0.41 289.62 0.79 0.33
Hex 80 12 97 F 58 0 29 122 4F 21
Octal 200 22 227 17 130 0 51 442 117 41
Binary 10000000 10010 10010111 1111 1011000 0 101001 100100010 1001111 100001

Color Harmonies of #801297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801297

Black with #801297

Text Example


Text Example

White with #801297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801297; }

 p { color: rgb(128,18,151); }

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

background-color css

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

 a { background-color: rgb(128,18,151); }

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

border-color css

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

 span { border-color: rgb(128,18,151); }

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