Shades of Dark Purple #992688
Tints of Dark Purple #992688
RGB
CMYK
RGB Variations
Color information
#992688 (or 0x992688) is known color: Dark Purple. HEX triplet: 99, 26 and 88. RGB value is (153,38,136). Sum of RGB (Red+Green+Blue) = 153+38+136=327 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.79% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 153 - color contains mainly: red. Hex color #992688 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #992688 is #66D977. Grayscale: #535353. Windows color (decimal): -6740344 or 8922777. OLE color: 8922777.
HSL color Cylindrical-coordinate representation of color #992688: hue angle of 308.87º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992688 is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 38 | 136 | - |
| CMYK | 0 | 0.75 | 0.11 | 0.4 |
| HSL | 308.87º | 0.6% | 0.37% | - |
| HSV(B) | 308.87º | 0.75% | 0.6% | - |
| XYZ | 18.27 | 9.94 | 24.25 | - |
| YUV | 83.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 38 | 136 | 0 | 0.75 | 0.11 | 0.4 | 308.87 | 0.6 | 0.37 |
| Hex | 99 | 26 | 88 | 0 | 4B | B | 28 | 135 | 3C | 25 |
| Octal | 231 | 46 | 210 | 0 | 113 | 13 | 50 | 465 | 74 | 45 |
| Binary | 10011001 | 100110 | 10001000 | 0 | 1001011 | 1011 | 101000 | 100110101 | 111100 | 100101 |
Color Harmonies of #992688
Complementary color
Monochromatic Colors of #992688
Black with #992688
Text Example
Text Example
White with #992688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992688; }
p { color: rgb(153,38,136); }
H1.HeaderClassName
{
color: #992688;
}
.AnyTagClassName
{
color: #992688;
}
</style>
background-color css
<style>
a { background-color: #992688; }
a { background-color: rgb(153,38,136); }
div.DivClassName
{
background-color: #992688;
}
.BgClassName
{
background-color: #992688;
}
</style>
border-color css
<style>
span { border-color: #992688; }
span { border-color: rgb(153,38,136); }
td.TdClassName
{
border-color: #992688;
}
.TagClassName
{
border-color: #992688;
}
</style>