Html Css Color HEX #91049F Dark Magenta

📋 copy color: '#91049F'

red 145 ◦ green 4 ◦ blue 159

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

Shades of Dark Magenta #91049F

Tints of Dark Magenta #91049F

RGB

 RED value IS 145 (57.03% from 255) = 47.08%

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

 BLUE value IS 159 (62.5% from 255) = 51.62%

R = 47.08%
G = 1.3%
B = 51.62%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#91049F (or 0x91049F) is known color: Dark Magenta. HEX triplet: 91, 04 and 9F. RGB value is (145,4,159). Sum of RGB (Red+Green+Blue) = 145+4+159=308 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.08% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #91049F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91049F is #6EFB60. Grayscale: #3F3F3F. Windows color (decimal): -7273313 or 10421393. OLE color: 10421393.

HSL color Cylindrical-coordinate representation of color #91049F: hue angle of 294.58º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #91049F is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 145 4 159 -
CMYK 0.09 0.97 0 0.38
HSL 294.58º 0.95% 0.32% -
HSV(B) 294.58º 0.97% 0.62% -
XYZ 17.98 8.61 33.52 -
YUV 63.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 145 4 159 0.09 0.97 0 0.38 294.58 0.95 0.32
Hex 91 4 9F 9 61 0 26 127 5F 20
Octal 221 4 237 11 141 0 46 447 137 40
Binary 10010001 100 10011111 1001 1100001 0 100110 100100111 1011111 100000

Color Harmonies of #91049F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91049F

Black with #91049F

Text Example


Text Example

White with #91049F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #91049F; }

 p { color: rgb(145,4,159); }

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

background-color css

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

 a { background-color: rgb(145,4,159); }

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

border-color css

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

 span { border-color: rgb(145,4,159); }

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