Shades of Dark Purple #9F228A
Tints of Dark Purple #9F228A
RGB
CMYK
RGB Variations
Color information
#9F228A (or 0x9F228A) is known color: Dark Purple. HEX triplet: 9F, 22 and 8A. RGB value is (159,34,138). Sum of RGB (Red+Green+Blue) = 159+34+138=331 (43% of max value = 765). Red value is 159 (62.5% from 255 or 48.04% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 138 (54.30% from 255 or 41.69% from 331); Max value from RGB is 159 - color contains mainly: red. Hex color #9F228A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F228A is #60DD75. Grayscale: #525252. Windows color (decimal): -6348150 or 9052831. OLE color: 9052831.
HSL color Cylindrical-coordinate representation of color #9F228A: hue angle of 310.08º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F228A is Cyan = 0, Magento = 0.79, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 34 | 138 | - |
| CMYK | 0 | 0.79 | 0.13 | 0.38 |
| HSL | 310.08º | 0.65% | 0.38% | - |
| HSV(B) | 310.08º | 0.79% | 0.62% | - |
| XYZ | 19.46 | 10.35 | 25.02 | - |
| YUV | 83.23 | 158.91 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 34 | 138 | 0 | 0.79 | 0.13 | 0.38 | 310.08 | 0.65 | 0.38 |
| Hex | 9F | 22 | 8A | 0 | 4F | D | 26 | 136 | 41 | 26 |
| Octal | 237 | 42 | 212 | 0 | 117 | 15 | 46 | 466 | 101 | 46 |
| Binary | 10011111 | 100010 | 10001010 | 0 | 1001111 | 1101 | 100110 | 100110110 | 1000001 | 100110 |
Color Harmonies of #9F228A
Complementary color
Monochromatic Colors of #9F228A
Black with #9F228A
Text Example
Text Example
White with #9F228A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F228A; }
p { color: rgb(159,34,138); }
H1.HeaderClassName
{
color: #9F228A;
}
.AnyTagClassName
{
color: #9F228A;
}
</style>
background-color css
<style>
a { background-color: #9F228A; }
a { background-color: rgb(159,34,138); }
div.DivClassName
{
background-color: #9F228A;
}
.BgClassName
{
background-color: #9F228A;
}
</style>
border-color css
<style>
span { border-color: #9F228A; }
span { border-color: rgb(159,34,138); }
td.TdClassName
{
border-color: #9F228A;
}
.TagClassName
{
border-color: #9F228A;
}
</style>