Shades of Dark Purple #99246C
Tints of Dark Purple #99246C
RGB
CMYK
RGB Variations
Color information
#99246C (or 0x99246C) is known color: Dark Purple. HEX triplet: 99, 24 and 6C. RGB value is (153,36,108). Sum of RGB (Red+Green+Blue) = 153+36+108=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #99246C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99246C is #66DB93. Grayscale: #4F4F4F. Windows color (decimal): -6740884 or 7087257. OLE color: 7087257.
HSL color Cylindrical-coordinate representation of color #99246C: hue angle of 323.08º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #99246C is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 36 | 108 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.4 |
| HSL | 323.08º | 0.62% | 0.37% | - |
| HSV(B) | 323.08º | 0.76% | 0.6% | - |
| XYZ | 16.47 | 9.12 | 15.08 | - |
| YUV | 79.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 36 | 108 | 0 | 0.76 | 0.29 | 0.4 | 323.08 | 0.62 | 0.37 |
| Hex | 99 | 24 | 6C | 0 | 4C | 1D | 28 | 143 | 3E | 25 |
| Octal | 231 | 44 | 154 | 0 | 114 | 35 | 50 | 503 | 76 | 45 |
| Binary | 10011001 | 100100 | 1101100 | 0 | 1001100 | 11101 | 101000 | 101000011 | 111110 | 100101 |
Color Harmonies of #99246C
Complementary color
Monochromatic Colors of #99246C
Black with #99246C
Text Example
Text Example
White with #99246C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99246C; }
p { color: rgb(153,36,108); }
H1.HeaderClassName
{
color: #99246C;
}
.AnyTagClassName
{
color: #99246C;
}
</style>
background-color css
<style>
a { background-color: #99246C; }
a { background-color: rgb(153,36,108); }
div.DivClassName
{
background-color: #99246C;
}
.BgClassName
{
background-color: #99246C;
}
</style>
border-color css
<style>
span { border-color: #99246C; }
span { border-color: rgb(153,36,108); }
td.TdClassName
{
border-color: #99246C;
}
.TagClassName
{
border-color: #99246C;
}
</style>