Shades of Dark Purple #9F2694
Tints of Dark Purple #9F2694
RGB
CMYK
RGB Variations
Color information
#9F2694 (or 0x9F2694) is known color: Dark Purple. HEX triplet: 9F, 26 and 94. RGB value is (159,38,148). Sum of RGB (Red+Green+Blue) = 159+38+148=345 (45% of max value = 765). Red value is 159 (62.5% from 255 or 46.09% from 345); Green value is 38 (15.23% from 255 or 11.01% from 345); Blue value is 148 (58.20% from 255 or 42.90% from 345); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2694 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F2694 is #60D96B. Grayscale: #565656. Windows color (decimal): -6347116 or 9709215. OLE color: 9709215.
HSL color Cylindrical-coordinate representation of color #9F2694: hue angle of 305.45º 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 #9F2694 is Cyan = 0, Magento = 0.76, Yellow = 0.07 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 38 | 148 | - |
| CMYK | 0 | 0.76 | 0.07 | 0.38 |
| HSL | 305.45º | 0.61% | 0.39% | - |
| HSV(B) | 305.45º | 0.76% | 0.62% | - |
| XYZ | 20.34 | 10.9 | 29.05 | - |
| YUV | 86.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 38 | 148 | 0 | 0.76 | 0.07 | 0.38 | 305.45 | 0.61 | 0.39 |
| Hex | 9F | 26 | 94 | 0 | 4C | 7 | 26 | 131 | 3D | 27 |
| Octal | 237 | 46 | 224 | 0 | 114 | 7 | 46 | 461 | 75 | 47 |
| Binary | 10011111 | 100110 | 10010100 | 0 | 1001100 | 111 | 100110 | 100110001 | 111101 | 100111 |
Color Harmonies of #9F2694
Complementary color
Monochromatic Colors of #9F2694
Black with #9F2694
Text Example
Text Example
White with #9F2694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F2694; }
p { color: rgb(159,38,148); }
H1.HeaderClassName
{
color: #9F2694;
}
.AnyTagClassName
{
color: #9F2694;
}
</style>
background-color css
<style>
a { background-color: #9F2694; }
a { background-color: rgb(159,38,148); }
div.DivClassName
{
background-color: #9F2694;
}
.BgClassName
{
background-color: #9F2694;
}
</style>
border-color css
<style>
span { border-color: #9F2694; }
span { border-color: rgb(159,38,148); }
td.TdClassName
{
border-color: #9F2694;
}
.TagClassName
{
border-color: #9F2694;
}
</style>