Shades of Dark Purple #99218A
Tints of Dark Purple #99218A
RGB
CMYK
RGB Variations
Color information
#99218A (or 0x99218A) is known color: Dark Purple. HEX triplet: 99, 21 and 8A. RGB value is (153,33,138). Sum of RGB (Red+Green+Blue) = 153+33+138=324 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.22% from 324); Green value is 33 (13.28% from 255 or 10.19% from 324); Blue value is 138 (54.30% from 255 or 42.59% from 324); Max value from RGB is 153 - color contains mainly: red. Hex color #99218A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #99218A is #66DE75. Grayscale: #505050. Windows color (decimal): -6741622 or 9052569. OLE color: 9052569.
HSL color Cylindrical-coordinate representation of color #99218A: hue angle of 307.5º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #99218A is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 33 | 138 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.4 |
| HSL | 307.5º | 0.65% | 0.36% | - |
| HSV(B) | 307.5º | 0.78% | 0.6% | - |
| XYZ | 18.27 | 9.69 | 24.95 | - |
| YUV | 80.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 33 | 138 | 0 | 0.78 | 0.10 | 0.4 | 307.5 | 0.65 | 0.36 |
| Hex | 99 | 21 | 8A | 0 | 4E | A | 28 | 134 | 41 | 24 |
| Octal | 231 | 41 | 212 | 0 | 116 | 12 | 50 | 464 | 101 | 44 |
| Binary | 10011001 | 100001 | 10001010 | 0 | 1001110 | 1010 | 101000 | 100110100 | 1000001 | 100100 |
Color Harmonies of #99218A
Complementary color
Monochromatic Colors of #99218A
Black with #99218A
Text Example
Text Example
White with #99218A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99218A; }
p { color: rgb(153,33,138); }
H1.HeaderClassName
{
color: #99218A;
}
.AnyTagClassName
{
color: #99218A;
}
</style>
background-color css
<style>
a { background-color: #99218A; }
a { background-color: rgb(153,33,138); }
div.DivClassName
{
background-color: #99218A;
}
.BgClassName
{
background-color: #99218A;
}
</style>
border-color css
<style>
span { border-color: #99218A; }
span { border-color: rgb(153,33,138); }
td.TdClassName
{
border-color: #99218A;
}
.TagClassName
{
border-color: #99218A;
}
</style>