Shades of Dark Purple #99256E
Tints of Dark Purple #99256E
RGB
CMYK
RGB Variations
Color information
#99256E (or 0x99256E) is known color: Dark Purple. HEX triplet: 99, 25 and 6E. RGB value is (153,37,110). Sum of RGB (Red+Green+Blue) = 153+37+110=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 110 (43.36% from 255 or 36.67% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #99256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #99256E is #66DA91. Grayscale: #4F4F4F. Windows color (decimal): -6740626 or 7218585. OLE color: 7218585.
HSL color Cylindrical-coordinate representation of color #99256E: hue angle of 322.24º 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 #99256E is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 37 | 110 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.4 |
| HSL | 322.24º | 0.61% | 0.37% | - |
| HSV(B) | 322.24º | 0.76% | 0.6% | - |
| XYZ | 16.61 | 9.22 | 15.66 | - |
| YUV | 80.01 | 144.93 | 180.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 37 | 110 | 0 | 0.76 | 0.28 | 0.4 | 322.24 | 0.61 | 0.37 |
| Hex | 99 | 25 | 6E | 0 | 4C | 1C | 28 | 142 | 3D | 25 |
| Octal | 231 | 45 | 156 | 0 | 114 | 34 | 50 | 502 | 75 | 45 |
| Binary | 10011001 | 100101 | 1101110 | 0 | 1001100 | 11100 | 101000 | 101000010 | 111101 | 100101 |
Color Harmonies of #99256E
Complementary color
Monochromatic Colors of #99256E
Black with #99256E
Text Example
Text Example
White with #99256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99256E; }
p { color: rgb(153,37,110); }
H1.HeaderClassName
{
color: #99256E;
}
.AnyTagClassName
{
color: #99256E;
}
</style>
background-color css
<style>
a { background-color: #99256E; }
a { background-color: rgb(153,37,110); }
div.DivClassName
{
background-color: #99256E;
}
.BgClassName
{
background-color: #99256E;
}
</style>
border-color css
<style>
span { border-color: #99256E; }
span { border-color: rgb(153,37,110); }
td.TdClassName
{
border-color: #99256E;
}
.TagClassName
{
border-color: #99256E;
}
</style>