Html Css Color HEX #800495 Dark Magenta

📋 copy color: '#800495'

red 128 ◦ green 4 ◦ blue 149

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

Shades of Dark Magenta #800495

Tints of Dark Magenta #800495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.42%

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

R = 45.55%
G = 1.42%
B = 53.02%

CMYK

 C value IS 0.14

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#800495 (or 0x800495) is known color: Dark Magenta. HEX triplet: 80, 04 and 95. RGB value is (128,4,149). Sum of RGB (Red+Green+Blue) = 128+4+149=281 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.55% from 281); Green value is 4 (1.95% from 255 or 1.42% from 281); Blue value is 149 (58.59% from 255 or 53.02% from 281); Max value from RGB is 149 - color contains mainly: blue. Hex color #800495 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800495 is #7FFB6A. Grayscale: #393939. Windows color (decimal): -8387435 or 9766016. OLE color: 9766016.

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

Color convert

RGB 128 4 149 -
CMYK 0.14 0.97 0 0.42
HSL 291.31º 0.95% 0.3% -
HSV(B) 291.31º 0.97% 0.58% -
XYZ 14.37 6.85 29 -
YUV 57.61 179.58 178.21 -
System Red Green Blue C M Y K H S L
Decimal 128 4 149 0.14 0.97 0 0.42 291.31 0.95 0.3
Hex 80 4 95 E 61 0 2A 123 5F 1E
Octal 200 4 225 16 141 0 52 443 137 36
Binary 10000000 100 10010101 1110 1100001 0 101010 100100011 1011111 11110

Color Harmonies of #800495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800495

Black with #800495

Text Example


Text Example

White with #800495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800495; }

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

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

background-color css

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

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

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

border-color css

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

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

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