Shades of Dark Violet #9F08BC
Tints of Dark Violet #9F08BC
RGB
CMYK
RGB Variations
Color information
#9F08BC (or 0x9F08BC) is known color: Dark Violet. HEX triplet: 9F, 08 and BC. RGB value is (159,8,188). Sum of RGB (Red+Green+Blue) = 159+8+188=355 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.79% from 355); Green value is 8 (3.52% from 255 or 2.25% from 355); Blue value is 188 (73.83% from 255 or 52.96% from 355); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F08BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F08BC is #60F743. Grayscale: #494949. Windows color (decimal): -6354756 or 12322975. OLE color: 12322975.
HSL color Cylindrical-coordinate representation of color #9F08BC: hue angle of 290.33º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F08BC is Cyan = 0.15, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 8 | 188 | - |
| CMYK | 0.15 | 0.96 | 0 | 0.26 |
| HSL | 290.33º | 0.92% | 0.38% | - |
| HSV(B) | 290.33º | 0.96% | 0.74% | - |
| XYZ | 23.46 | 11.18 | 48.5 | - |
| YUV | 73.67 | 192.53 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 188 | 0.15 | 0.96 | 0 | 0.26 | 290.33 | 0.92 | 0.38 |
| Hex | 9F | 8 | BC | F | 60 | 0 | 1A | 122 | 5C | 26 |
| Octal | 237 | 10 | 274 | 17 | 140 | 0 | 32 | 442 | 134 | 46 |
| Binary | 10011111 | 1000 | 10111100 | 1111 | 1100000 | 0 | 11010 | 100100010 | 1011100 | 100110 |
Color Harmonies of #9F08BC
Complementary color
Monochromatic Colors of #9F08BC
Black with #9F08BC
Text Example
Text Example
White with #9F08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F08BC; }
p { color: rgb(159,8,188); }
H1.HeaderClassName
{
color: #9F08BC;
}
.AnyTagClassName
{
color: #9F08BC;
}
</style>
background-color css
<style>
a { background-color: #9F08BC; }
a { background-color: rgb(159,8,188); }
div.DivClassName
{
background-color: #9F08BC;
}
.BgClassName
{
background-color: #9F08BC;
}
</style>
border-color css
<style>
span { border-color: #9F08BC; }
span { border-color: rgb(159,8,188); }
td.TdClassName
{
border-color: #9F08BC;
}
.TagClassName
{
border-color: #9F08BC;
}
</style>