Html Css Color HEX #800291 Dark Magenta

📋 copy color: '#800291'

red 128 ◦ green 2 ◦ blue 145

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

Shades of Dark Magenta #800291

Tints of Dark Magenta #800291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 145 (57.03% from 255) = 52.73%

R = 46.55%
G = 0.73%
B = 52.73%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#800291 (or 0x800291) is known color: Dark Magenta. HEX triplet: 80, 02 and 91. RGB value is (128,2,145). Sum of RGB (Red+Green+Blue) = 128+2+145=275 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.55% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 145 (57.03% from 255 or 52.73% from 275); Max value from RGB is 145 - color contains mainly: blue. Hex color #800291 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800291 is #7FFD6E. Grayscale: #373737. Windows color (decimal): -8387951 or 9503360. OLE color: 9503360.

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

Color convert

RGB 128 2 145 -
CMYK 0.12 0.99 0 0.43
HSL 292.87º 0.97% 0.29% -
HSV(B) 292.87º 0.99% 0.57% -
XYZ 14.03 6.68 27.34 -
YUV 55.98 178.24 179.37 -
System Red Green Blue C M Y K H S L
Decimal 128 2 145 0.12 0.99 0 0.43 292.87 0.97 0.29
Hex 80 2 91 C 63 0 2B 125 61 1D
Octal 200 2 221 14 143 0 53 445 141 35
Binary 10000000 10 10010001 1100 1100011 0 101011 100100101 1100001 11101

Color Harmonies of #800291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800291

Black with #800291

Text Example


Text Example

White with #800291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800291; }

 p { color: rgb(128,2,145); }

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

background-color css

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

 a { background-color: rgb(128,2,145); }

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

border-color css

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

 span { border-color: rgb(128,2,145); }

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