Shades of Dark Purple #992885
Tints of Dark Purple #992885
RGB
CMYK
RGB Variations
Color information
#992885 (or 0x992885) is known color: Dark Purple. HEX triplet: 99, 28 and 85. RGB value is (153,40,133). Sum of RGB (Red+Green+Blue) = 153+40+133=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 40 (16.02% from 255 or 12.27% from 326); Blue value is 133 (52.34% from 255 or 40.80% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #992885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992885 is #66D77A. Grayscale: #545454. Windows color (decimal): -6739835 or 8726681. OLE color: 8726681.
HSL color Cylindrical-coordinate representation of color #992885: hue angle of 310.62º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #992885 is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 40 | 133 | - |
| CMYK | 0 | 0.74 | 0.13 | 0.4 |
| HSL | 310.62º | 0.59% | 0.38% | - |
| HSV(B) | 310.62º | 0.74% | 0.6% | - |
| XYZ | 18.13 | 9.98 | 23.16 | - |
| YUV | 84.39 | 155.44 | 176.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 40 | 133 | 0 | 0.74 | 0.13 | 0.4 | 310.62 | 0.59 | 0.38 |
| Hex | 99 | 28 | 85 | 0 | 4A | D | 28 | 137 | 3B | 26 |
| Octal | 231 | 50 | 205 | 0 | 112 | 15 | 50 | 467 | 73 | 46 |
| Binary | 10011001 | 101000 | 10000101 | 0 | 1001010 | 1101 | 101000 | 100110111 | 111011 | 100110 |
Color Harmonies of #992885
Complementary color
Monochromatic Colors of #992885
Black with #992885
Text Example
Text Example
White with #992885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992885; }
p { color: rgb(153,40,133); }
H1.HeaderClassName
{
color: #992885;
}
.AnyTagClassName
{
color: #992885;
}
</style>
background-color css
<style>
a { background-color: #992885; }
a { background-color: rgb(153,40,133); }
div.DivClassName
{
background-color: #992885;
}
.BgClassName
{
background-color: #992885;
}
</style>
border-color css
<style>
span { border-color: #992885; }
span { border-color: rgb(153,40,133); }
td.TdClassName
{
border-color: #992885;
}
.TagClassName
{
border-color: #992885;
}
</style>