Shades of Dark Purple #99238C
Tints of Dark Purple #99238C
RGB
CMYK
RGB Variations
Color information
#99238C (or 0x99238C) is known color: Dark Purple. HEX triplet: 99, 23 and 8C. RGB value is (153,35,140). Sum of RGB (Red+Green+Blue) = 153+35+140=328 (43% of max value = 765). Red value is 153 (60.16% from 255 or 46.65% from 328); Green value is 35 (14.06% from 255 or 10.67% from 328); Blue value is 140 (55.08% from 255 or 42.68% from 328); Max value from RGB is 153 - color contains mainly: red. Hex color #99238C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99238C is #66DC73. Grayscale: #515151. Windows color (decimal): -6741108 or 9184153. OLE color: 9184153.
HSL color Cylindrical-coordinate representation of color #99238C: hue angle of 306.61º degrees, saturation: 0.63, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99238C is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 35 | 140 | - |
| CMYK | 0 | 0.77 | 0.08 | 0.4 |
| HSL | 306.61º | 0.63% | 0.37% | - |
| HSV(B) | 306.61º | 0.77% | 0.6% | - |
| XYZ | 18.47 | 9.87 | 25.74 | - |
| YUV | 82.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 35 | 140 | 0 | 0.77 | 0.08 | 0.4 | 306.61 | 0.63 | 0.37 |
| Hex | 99 | 23 | 8C | 0 | 4D | 8 | 28 | 133 | 3F | 25 |
| Octal | 231 | 43 | 214 | 0 | 115 | 10 | 50 | 463 | 77 | 45 |
| Binary | 10011001 | 100011 | 10001100 | 0 | 1001101 | 1000 | 101000 | 100110011 | 111111 | 100101 |
Color Harmonies of #99238C
Complementary color
Monochromatic Colors of #99238C
Black with #99238C
Text Example
Text Example
White with #99238C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99238C; }
p { color: rgb(153,35,140); }
H1.HeaderClassName
{
color: #99238C;
}
.AnyTagClassName
{
color: #99238C;
}
</style>
background-color css
<style>
a { background-color: #99238C; }
a { background-color: rgb(153,35,140); }
div.DivClassName
{
background-color: #99238C;
}
.BgClassName
{
background-color: #99238C;
}
</style>
border-color css
<style>
span { border-color: #99238C; }
span { border-color: rgb(153,35,140); }
td.TdClassName
{
border-color: #99238C;
}
.TagClassName
{
border-color: #99238C;
}
</style>