Html Css Color HEX #910999 Dark Magenta

📋 copy color: '#910999'

red 145 ◦ green 9 ◦ blue 153

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

Shades of Dark Magenta #910999

Tints of Dark Magenta #910999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 49.84%

R = 47.23%
G = 2.93%
B = 49.84%

CMYK

 C value IS 0.05

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#910999 (or 0x910999) is known color: Dark Magenta. HEX triplet: 91, 09 and 99. RGB value is (145,9,153). Sum of RGB (Red+Green+Blue) = 145+9+153=307 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.23% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #910999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #910999 is #6EF666. Grayscale: #414141. Windows color (decimal): -7272039 or 10029457. OLE color: 10029457.

HSL color Cylindrical-coordinate representation of color #910999: hue angle of 296.67º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #910999 is Cyan = 0.05, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 145 9 153 -
CMYK 0.05 0.94 0 0.4
HSL 296.67º 0.89% 0.32% -
HSV(B) 296.67º 0.94% 0.6% -
XYZ 17.52 8.52 30.86 -
YUV 66.08 177.06 184.29 -
System Red Green Blue C M Y K H S L
Decimal 145 9 153 0.05 0.94 0 0.4 296.67 0.89 0.32
Hex 91 9 99 5 5E 0 28 129 59 20
Octal 221 11 231 5 136 0 50 451 131 40
Binary 10010001 1001 10011001 101 1011110 0 101000 100101001 1011001 100000

Color Harmonies of #910999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #910999

Black with #910999

Text Example


Text Example

White with #910999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #910999; }

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

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

background-color css

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

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

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

border-color css

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

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

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