Shades of Dark Purple #991483
Tints of Dark Purple #991483
RGB
CMYK
RGB Variations
Color information
#991483 (or 0x991483) is known color: Dark Purple. HEX triplet: 99, 14 and 83. RGB value is (153,20,131). Sum of RGB (Red+Green+Blue) = 153+20+131=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 20 (8.20% from 255 or 6.58% from 304); Blue value is 131 (51.56% from 255 or 43.09% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #991483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #991483 is #66EB7C. Grayscale: #484848. Windows color (decimal): -6744957 or 8590489. OLE color: 8590489.
HSL color Cylindrical-coordinate representation of color #991483: hue angle of 309.92º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #991483 is Cyan = 0, Magento = 0.87, Yellow = 0.14 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 20 | 131 | - |
| CMYK | 0 | 0.87 | 0.14 | 0.4 |
| HSL | 309.92º | 0.77% | 0.34% | - |
| HSV(B) | 309.92º | 0.87% | 0.6% | - |
| XYZ | 17.48 | 8.91 | 22.27 | - |
| YUV | 72.42 | 161.06 | 185.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 20 | 131 | 0 | 0.87 | 0.14 | 0.4 | 309.92 | 0.77 | 0.34 |
| Hex | 99 | 14 | 83 | 0 | 57 | E | 28 | 136 | 4D | 22 |
| Octal | 231 | 24 | 203 | 0 | 127 | 16 | 50 | 466 | 115 | 42 |
| Binary | 10011001 | 10100 | 10000011 | 0 | 1010111 | 1110 | 101000 | 100110110 | 1001101 | 100010 |
Color Harmonies of #991483
Complementary color
Monochromatic Colors of #991483
Black with #991483
Text Example
Text Example
White with #991483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #991483; }
p { color: rgb(153,20,131); }
H1.HeaderClassName
{
color: #991483;
}
.AnyTagClassName
{
color: #991483;
}
</style>
background-color css
<style>
a { background-color: #991483; }
a { background-color: rgb(153,20,131); }
div.DivClassName
{
background-color: #991483;
}
.BgClassName
{
background-color: #991483;
}
</style>
border-color css
<style>
span { border-color: #991483; }
span { border-color: rgb(153,20,131); }
td.TdClassName
{
border-color: #991483;
}
.TagClassName
{
border-color: #991483;
}
</style>