Shades of Dark Purple #99256C
Tints of Dark Purple #99256C
RGB
CMYK
RGB Variations
Color information
#99256C (or 0x99256C) is known color: Dark Purple. HEX triplet: 99, 25 and 6C. RGB value is (153,37,108). Sum of RGB (Red+Green+Blue) = 153+37+108=298 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.34% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 153 - color contains mainly: red. Hex color #99256C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99256C is #66DA93. Grayscale: #4F4F4F. Windows color (decimal): -6740628 or 7087513. OLE color: 7087513.
HSL color Cylindrical-coordinate representation of color #99256C: hue angle of 323.28º degrees, saturation: 0.61, 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 #99256C is Cyan = 0, Magento = 0.76, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 108 | - |
| CMYK | 0 | 0.76 | 0.29 | 0.4 |
| HSL | 323.28º | 0.61% | 0.37% | - |
| HSV(B) | 323.28º | 0.76% | 0.6% | - |
| XYZ | 16.51 | 9.18 | 15.09 | - |
| YUV | 79.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 108 | 0 | 0.76 | 0.29 | 0.4 | 323.28 | 0.61 | 0.37 |
| Hex | 99 | 25 | 6C | 0 | 4C | 1D | 28 | 143 | 3D | 25 |
| Octal | 231 | 45 | 154 | 0 | 114 | 35 | 50 | 503 | 75 | 45 |
| Binary | 10011001 | 100101 | 1101100 | 0 | 1001100 | 11101 | 101000 | 101000011 | 111101 | 100101 |
Color Harmonies of #99256C
Complementary color
Monochromatic Colors of #99256C
Black with #99256C
Text Example
Text Example
White with #99256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99256C; }
p { color: rgb(153,37,108); }
H1.HeaderClassName
{
color: #99256C;
}
.AnyTagClassName
{
color: #99256C;
}
</style>
background-color css
<style>
a { background-color: #99256C; }
a { background-color: rgb(153,37,108); }
div.DivClassName
{
background-color: #99256C;
}
.BgClassName
{
background-color: #99256C;
}
</style>
border-color css
<style>
span { border-color: #99256C; }
span { border-color: rgb(153,37,108); }
td.TdClassName
{
border-color: #99256C;
}
.TagClassName
{
border-color: #99256C;
}
</style>