Html Css Color HEX #91099F Dark Magenta

📋 copy color: '#91099F'

red 145 ◦ green 9 ◦ blue 159

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

Shades of Dark Magenta #91099F

Tints of Dark Magenta #91099F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.88%

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

R = 46.33%
G = 2.88%
B = 50.8%

CMYK

 C value IS 0.09

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#91099F (or 0x91099F) is known color: Dark Magenta. HEX triplet: 91, 09 and 9F. RGB value is (145,9,159). Sum of RGB (Red+Green+Blue) = 145+9+159=313 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.33% from 313); Green value is 9 (3.91% from 255 or 2.88% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #91099F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #91099F is #6EF660. Grayscale: #424242. Windows color (decimal): -7272033 or 10422673. OLE color: 10422673.

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

Color convert

RGB 145 9 159 -
CMYK 0.09 0.94 0 0.38
HSL 294.4º 0.89% 0.33% -
HSV(B) 294.4º 0.94% 0.62% -
XYZ 18.03 8.72 33.53 -
YUV 66.76 180.06 183.8 -
System Red Green Blue C M Y K H S L
Decimal 145 9 159 0.09 0.94 0 0.38 294.4 0.89 0.33
Hex 91 9 9F 9 5E 0 26 126 59 21
Octal 221 11 237 11 136 0 46 446 131 41
Binary 10010001 1001 10011111 1001 1011110 0 100110 100100110 1011001 100001

Color Harmonies of #91099F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #91099F

Black with #91099F

Text Example


Text Example

White with #91099F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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