Shades of Dark Purple #9F268B
Tints of Dark Purple #9F268B
RGB
CMYK
RGB Variations
Color information
#9F268B (or 0x9F268B) is known color: Dark Purple. HEX triplet: 9F, 26 and 8B. RGB value is (159,38,139). Sum of RGB (Red+Green+Blue) = 159+38+139=336 (44% of max value = 765). Red value is 159 (62.5% from 255 or 47.32% from 336); Green value is 38 (15.23% from 255 or 11.31% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 159 - color contains mainly: red. Hex color #9F268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F268B is #60D974. Grayscale: #555555. Windows color (decimal): -6347125 or 9119391. OLE color: 9119391.
HSL color Cylindrical-coordinate representation of color #9F268B: hue angle of 309.92º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9F268B is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 139 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.38 |
| HSL | 309.92º | 0.61% | 0.39% | - |
| HSV(B) | 309.92º | 0.76% | 0.62% | - |
| XYZ | 19.65 | 10.62 | 25.44 | - |
| YUV | 85.69 | 158.09 | 180.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 139 | 0 | 0.76 | 0.13 | 0.38 | 309.92 | 0.61 | 0.39 |
| Hex | 9F | 26 | 8B | 0 | 4C | D | 26 | 136 | 3D | 27 |
| Octal | 237 | 46 | 213 | 0 | 114 | 15 | 46 | 466 | 75 | 47 |
| Binary | 10011111 | 100110 | 10001011 | 0 | 1001100 | 1101 | 100110 | 100110110 | 111101 | 100111 |
Color Harmonies of #9F268B
Complementary color
Monochromatic Colors of #9F268B
Black with #9F268B
Text Example
Text Example
White with #9F268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F268B; }
p { color: rgb(159,38,139); }
H1.HeaderClassName
{
color: #9F268B;
}
.AnyTagClassName
{
color: #9F268B;
}
</style>
background-color css
<style>
a { background-color: #9F268B; }
a { background-color: rgb(159,38,139); }
div.DivClassName
{
background-color: #9F268B;
}
.BgClassName
{
background-color: #9F268B;
}
</style>
border-color css
<style>
span { border-color: #9F268B; }
span { border-color: rgb(159,38,139); }
td.TdClassName
{
border-color: #9F268B;
}
.TagClassName
{
border-color: #9F268B;
}
</style>