Html Css Color HEX #991089 Dark Magenta

📋 copy color: '#991089'

red 153 ◦ green 16 ◦ blue 137

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

Shades of Dark Magenta #991089

Tints of Dark Magenta #991089

RGB

 RED value IS 153 (60.16% from 255) = 50%

 GREEN value IS 16 (6.64% from 255) = 5.23%

 BLUE value IS 137 (53.91% from 255) = 44.77%

R = 50%
G = 5.23%
B = 44.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#991089 (or 0x991089) is known color: Dark Magenta. HEX triplet: 99, 10 and 89. RGB value is (153,16,137). Sum of RGB (Red+Green+Blue) = 153+16+137=306 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50% from 306); Green value is 16 (6.64% from 255 or 5.23% from 306); Blue value is 137 (53.91% from 255 or 44.77% from 306); Max value from RGB is 153 - color contains mainly: red. Hex color #991089 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991089 is #66EF76. Grayscale: #464646. Windows color (decimal): -6745975 or 8982681. OLE color: 8982681.

HSL color Cylindrical-coordinate representation of color #991089: hue angle of 307.01º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #991089 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 16 137 -
CMYK 0 0.90 0.10 0.4
HSL 307.01º 0.81% 0.33% -
HSV(B) 307.01º 0.9% 0.6% -
XYZ 17.84 8.95 24.45 -
YUV 70.76 165.39 186.66 -
System Red Green Blue C M Y K H S L
Decimal 153 16 137 0 0.90 0.10 0.4 307.01 0.81 0.33
Hex 99 10 89 0 5A A 28 133 51 21
Octal 231 20 211 0 132 12 50 463 121 41
Binary 10011001 10000 10001001 0 1011010 1010 101000 100110011 1010001 100001

Color Harmonies of #991089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991089

Black with #991089

Text Example


Text Example

White with #991089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991089; }

 p { color: rgb(153,16,137); }

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

background-color css

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

 a { background-color: rgb(153,16,137); }

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

border-color css

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

 span { border-color: rgb(153,16,137); }

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