Shades of Dark Purple #99228B
Tints of Dark Purple #99228B
RGB
CMYK
RGB Variations
Color information
#99228B (or 0x99228B) is known color: Dark Purple. HEX triplet: 99, 22 and 8B. RGB value is (153,34,139). Sum of RGB (Red+Green+Blue) = 153+34+139=326 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.93% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 139 (54.69% from 255 or 42.64% from 326); Max value from RGB is 153 - color contains mainly: red. Hex color #99228B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99228B is #66DD74. Grayscale: #515151. Windows color (decimal): -6741365 or 9118361. OLE color: 9118361.
HSL color Cylindrical-coordinate representation of color #99228B: hue angle of 307.06º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99228B is Cyan = 0, Magento = 0.78, Yellow = 0.09 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 34 | 139 | - |
| CMYK | 0 | 0.78 | 0.09 | 0.4 |
| HSL | 307.06º | 0.64% | 0.37% | - |
| HSV(B) | 307.06º | 0.78% | 0.6% | - |
| XYZ | 18.37 | 9.78 | 25.35 | - |
| YUV | 81.55 | 160.42 | 178.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 34 | 139 | 0 | 0.78 | 0.09 | 0.4 | 307.06 | 0.64 | 0.37 |
| Hex | 99 | 22 | 8B | 0 | 4E | 9 | 28 | 133 | 40 | 25 |
| Octal | 231 | 42 | 213 | 0 | 116 | 11 | 50 | 463 | 100 | 45 |
| Binary | 10011001 | 100010 | 10001011 | 0 | 1001110 | 1001 | 101000 | 100110011 | 1000000 | 100101 |
Color Harmonies of #99228B
Complementary color
Monochromatic Colors of #99228B
Black with #99228B
Text Example
Text Example
White with #99228B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99228B; }
p { color: rgb(153,34,139); }
H1.HeaderClassName
{
color: #99228B;
}
.AnyTagClassName
{
color: #99228B;
}
</style>
background-color css
<style>
a { background-color: #99228B; }
a { background-color: rgb(153,34,139); }
div.DivClassName
{
background-color: #99228B;
}
.BgClassName
{
background-color: #99228B;
}
</style>
border-color css
<style>
span { border-color: #99228B; }
span { border-color: rgb(153,34,139); }
td.TdClassName
{
border-color: #99228B;
}
.TagClassName
{
border-color: #99228B;
}
</style>