Html Css Color HEX #991599 Dark Magenta

📋 copy color: '#991599'

red 153 ◦ green 21 ◦ blue 153

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

Shades of Dark Magenta #991599

Tints of Dark Magenta #991599

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.42%

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

R = 46.79%
G = 6.42%
B = 46.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#991599 (or 0x991599) is known color: Dark Magenta. HEX triplet: 99, 15 and 99. RGB value is (153,21,153). Sum of RGB (Red+Green+Blue) = 153+21+153=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 21 (8.59% from 255 or 6.42% from 327); Blue value is 153 (60.16% from 255 or 46.79% from 327); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #991599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991599 is #66EA66. Grayscale: #4B4B4B. Windows color (decimal): -6744679 or 10032537. OLE color: 10032537.

HSL color Cylindrical-coordinate representation of color #991599: hue angle of 300º degrees, saturation: 0.76, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #991599 is Cyan = 0, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 21 153 -
CMYK 0 0.86 0 0.4
HSL 300º 0.76% 0.34% -
HSV(B) 300º 0.86% 0.6% -
XYZ 19.15 9.61 30.98 -
YUV 75.52 171.73 183.27 -
System Red Green Blue C M Y K H S L
Decimal 153 21 153 0 0.86 0 0.4 300 0.76 0.34
Hex 99 15 99 0 56 0 28 12C 4C 22
Octal 231 25 231 0 126 0 50 454 114 42
Binary 10011001 10101 10011001 0 1010110 0 101000 100101100 1001100 100010

Color Harmonies of #991599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991599

Black with #991599

Text Example


Text Example

White with #991599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991599; }

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

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

background-color css

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

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

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

border-color css

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

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

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