Html Css Color HEX #991B99 Dark Magenta

📋 copy color: '#991B99'

red 153 ◦ green 27 ◦ blue 153

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

Shades of Dark Magenta #991B99

Tints of Dark Magenta #991B99

RGB

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

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

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

R = 45.95%
G = 8.11%
B = 45.95%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#991B99 (or 0x991B99) is known color: Dark Magenta. HEX triplet: 99, 1B and 99. RGB value is (153,27,153). Sum of RGB (Red+Green+Blue) = 153+27+153=333 (44% of max value = 765). Red value is 153 (60.16% from 255 or 45.95% from 333); Green value is 27 (10.94% from 255 or 8.11% from 333); Blue value is 153 (60.16% from 255 or 45.95% from 333); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #991B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #991B99 is #66E466. Grayscale: #4E4E4E. Windows color (decimal): -6743143 or 10034073. OLE color: 10034073.

HSL color Cylindrical-coordinate representation of color #991B99: hue angle of 300º 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 #991B99 is Cyan = 0, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 27 153 -
CMYK 0 0.82 0 0.4
HSL 300º 0.7% 0.35% -
HSV(B) 300º 0.82% 0.6% -
XYZ 19.28 9.86 31.02 -
YUV 79.04 169.74 180.75 -
System Red Green Blue C M Y K H S L
Decimal 153 27 153 0 0.82 0 0.4 300 0.7 0.35
Hex 99 1B 99 0 52 0 28 12C 46 23
Octal 231 33 231 0 122 0 50 454 106 43
Binary 10011001 11011 10011001 0 1010010 0 101000 100101100 1000110 100011

Color Harmonies of #991B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991B99

Black with #991B99

Text Example


Text Example

White with #991B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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