Shades of Dark Violet #9F07C9
Tints of Dark Violet #9F07C9
RGB
CMYK
RGB Variations
Color information
#9F07C9 (or 0x9F07C9) is known color: Dark Violet. HEX triplet: 9F, 07 and C9. RGB value is (159,7,201). Sum of RGB (Red+Green+Blue) = 159+7+201=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 7 (3.12% from 255 or 1.91% from 367); Blue value is 201 (78.91% from 255 or 54.77% from 367); Max value from RGB is 201 - color contains mainly: blue. Hex color #9F07C9 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F07C9 is #60F836. Grayscale: #494949. Windows color (decimal): -6354999 or 13174687. OLE color: 13174687.
HSL color Cylindrical-coordinate representation of color #9F07C9: hue angle of 287.01º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F07C9 is Cyan = 0.21, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 7 | 201 | - |
| CMYK | 0.21 | 0.97 | 0 | 0.21 |
| HSL | 287.01º | 0.93% | 0.41% | - |
| HSV(B) | 287.01º | 0.97% | 0.79% | - |
| XYZ | 24.92 | 11.74 | 56.21 | - |
| YUV | 74.56 | 199.36 | 188.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 201 | 0.21 | 0.97 | 0 | 0.21 | 287.01 | 0.93 | 0.41 |
| Hex | 9F | 7 | C9 | 15 | 61 | 0 | 15 | 11F | 5D | 29 |
| Octal | 237 | 7 | 311 | 25 | 141 | 0 | 25 | 437 | 135 | 51 |
| Binary | 10011111 | 111 | 11001001 | 10101 | 1100001 | 0 | 10101 | 100011111 | 1011101 | 101001 |
Color Harmonies of #9F07C9
Complementary color
Monochromatic Colors of #9F07C9
Black with #9F07C9
Text Example
Text Example
White with #9F07C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F07C9; }
p { color: rgb(159,7,201); }
H1.HeaderClassName
{
color: #9F07C9;
}
.AnyTagClassName
{
color: #9F07C9;
}
</style>
background-color css
<style>
a { background-color: #9F07C9; }
a { background-color: rgb(159,7,201); }
div.DivClassName
{
background-color: #9F07C9;
}
.BgClassName
{
background-color: #9F07C9;
}
</style>
border-color css
<style>
span { border-color: #9F07C9; }
span { border-color: rgb(159,7,201); }
td.TdClassName
{
border-color: #9F07C9;
}
.TagClassName
{
border-color: #9F07C9;
}
</style>