Html Css Color HEX #991B95 Dark Magenta

📋 copy color: '#991B95'

red 153 ◦ green 27 ◦ blue 149

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

Shades of Dark Magenta #991B95

Tints of Dark Magenta #991B95

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.21%

 BLUE value IS 149 (58.59% from 255) = 45.29%

R = 46.5%
G = 8.21%
B = 45.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#991B95 (or 0x991B95) is known color: Dark Magenta. HEX triplet: 99, 1B and 95. RGB value is (153,27,149). Sum of RGB (Red+Green+Blue) = 153+27+149=329 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.50% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 153 - color contains mainly: red. Hex color #991B95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991B95 is #66E46A. Grayscale: #4E4E4E. Windows color (decimal): -6743147 or 9771929. OLE color: 9771929.

HSL color Cylindrical-coordinate representation of color #991B95: hue angle of 301.9º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #991B95 is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 27 149 -
CMYK 0 0.82 0.03 0.4
HSL 301.9º 0.7% 0.35% -
HSV(B) 301.9º 0.82% 0.6% -
XYZ 18.95 9.73 29.31 -
YUV 78.58 167.74 181.08 -
System Red Green Blue C M Y K H S L
Decimal 153 27 149 0 0.82 0.03 0.4 301.9 0.7 0.35
Hex 99 1B 95 0 52 3 28 12E 46 23
Octal 231 33 225 0 122 3 50 456 106 43
Binary 10011001 11011 10010101 0 1010010 11 101000 100101110 1000110 100011

Color Harmonies of #991B95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991B95

Black with #991B95

Text Example


Text Example

White with #991B95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991B95; }

 p { color: rgb(153,27,149); }

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

background-color css

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

 a { background-color: rgb(153,27,149); }

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

border-color css

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

 span { border-color: rgb(153,27,149); }

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