Shades of Dark Violet #9F07BE
Tints of Dark Violet #9F07BE
RGB
CMYK
RGB Variations
Color information
#9F07BE (or 0x9F07BE) is known color: Dark Violet. HEX triplet: 9F, 07 and BE. RGB value is (159,7,190). Sum of RGB (Red+Green+Blue) = 159+7+190=356 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.66% from 356); Green value is 7 (3.12% from 255 or 1.97% from 356); Blue value is 190 (74.61% from 255 or 53.37% from 356); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F07BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F07BE is #60F841. Grayscale: #484848. Windows color (decimal): -6355010 or 12453791. OLE color: 12453791.
HSL color Cylindrical-coordinate representation of color #9F07BE: hue angle of 289.84º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F07BE is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 7 | 190 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.25 |
| HSL | 289.84º | 0.93% | 0.39% | - |
| HSV(B) | 289.84º | 0.96% | 0.75% | - |
| XYZ | 23.67 | 11.24 | 49.64 | - |
| YUV | 73.31 | 193.86 | 189.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 190 | 0.16 | 0.96 | 0 | 0.25 | 289.84 | 0.93 | 0.39 |
| Hex | 9F | 7 | BE | 10 | 60 | 0 | 19 | 122 | 5D | 27 |
| Octal | 237 | 7 | 276 | 20 | 140 | 0 | 31 | 442 | 135 | 47 |
| Binary | 10011111 | 111 | 10111110 | 10000 | 1100000 | 0 | 11001 | 100100010 | 1011101 | 100111 |
Color Harmonies of #9F07BE
Complementary color
Monochromatic Colors of #9F07BE
Black with #9F07BE
Text Example
Text Example
White with #9F07BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F07BE; }
p { color: rgb(159,7,190); }
H1.HeaderClassName
{
color: #9F07BE;
}
.AnyTagClassName
{
color: #9F07BE;
}
</style>
background-color css
<style>
a { background-color: #9F07BE; }
a { background-color: rgb(159,7,190); }
div.DivClassName
{
background-color: #9F07BE;
}
.BgClassName
{
background-color: #9F07BE;
}
</style>
border-color css
<style>
span { border-color: #9F07BE; }
span { border-color: rgb(159,7,190); }
td.TdClassName
{
border-color: #9F07BE;
}
.TagClassName
{
border-color: #9F07BE;
}
</style>