Html Css Color HEX #801495 Dark Magenta

📋 copy color: '#801495'

red 128 ◦ green 20 ◦ blue 149

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

Shades of Dark Magenta #801495

Tints of Dark Magenta #801495

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.73%

 BLUE value IS 149 (58.59% from 255) = 50.17%

R = 43.1%
G = 6.73%
B = 50.17%

CMYK

 C value IS 0.14

 M value IS 0.87

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#801495 (or 0x801495) is known color: Dark Magenta. HEX triplet: 80, 14 and 95. RGB value is (128,20,149). Sum of RGB (Red+Green+Blue) = 128+20+149=297 (39% of max value = 765). Red value is 128 (50.39% from 255 or 43.10% from 297); Green value is 20 (8.20% from 255 or 6.73% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #801495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #801495 is #7FEB6A. Grayscale: #424242. Windows color (decimal): -8383339 or 9770112. OLE color: 9770112.

HSL color Cylindrical-coordinate representation of color #801495: hue angle of 290.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801495 is Cyan = 0.14, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 128 20 149 -
CMYK 0.14 0.87 0 0.42
HSL 290.23º 0.76% 0.33% -
HSV(B) 290.23º 0.87% 0.58% -
XYZ 14.58 7.26 29.07 -
YUV 67 174.28 171.51 -
System Red Green Blue C M Y K H S L
Decimal 128 20 149 0.14 0.87 0 0.42 290.23 0.76 0.33
Hex 80 14 95 E 57 0 2A 122 4C 21
Octal 200 24 225 16 127 0 52 442 114 41
Binary 10000000 10100 10010101 1110 1010111 0 101010 100100010 1001100 100001

Color Harmonies of #801495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #801495

Black with #801495

Text Example


Text Example

White with #801495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #801495; }

 p { color: rgb(128,20,149); }

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

background-color css

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

 a { background-color: rgb(128,20,149); }

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

border-color css

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

 span { border-color: rgb(128,20,149); }

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