Html Css Color HEX #800191 Dark Magenta

📋 copy color: '#800191'

red 128 ◦ green 1 ◦ blue 145

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

Shades of Dark Magenta #800191

Tints of Dark Magenta #800191

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 46.72%
G = 0.36%
B = 52.92%

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

#800191 (or 0x800191) is known color: Dark Magenta. HEX triplet: 80, 01 and 91. RGB value is (128,1,145). Sum of RGB (Red+Green+Blue) = 128+1+145=274 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.72% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 145 (57.03% from 255 or 52.92% from 274); Max value from RGB is 145 - color contains mainly: blue. Hex color #800191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800191 is #7FFE6E. Grayscale: #363636. Windows color (decimal): -8388207 or 9503104. OLE color: 9503104.

HSL color Cylindrical-coordinate representation of color #800191: hue angle of 292.92º degrees, saturation: 0.99, 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 #800191 is Cyan = 0.12, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 1 145 -
CMYK 0.12 0.99 0 0.43
HSL 292.92º 0.99% 0.29% -
HSV(B) 292.92º 0.99% 0.57% -
XYZ 14.02 6.66 27.33 -
YUV 55.39 178.58 179.79 -
System Red Green Blue C M Y K H S L
Decimal 128 1 145 0.12 0.99 0 0.43 292.92 0.99 0.29
Hex 80 1 91 C 63 0 2B 125 63 1D
Octal 200 1 221 14 143 0 53 445 143 35
Binary 10000000 1 10010001 1100 1100011 0 101011 100100101 1100011 11101

Color Harmonies of #800191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #800191

Black with #800191

Text Example


Text Example

White with #800191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #800191; }

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

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

background-color css

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

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

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

border-color css

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

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

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