Shades of Dark Violet #9F06DB
Tints of Dark Violet #9F06DB
RGB
CMYK
RGB Variations
Color information
#9F06DB (or 0x9F06DB) is known color: Dark Violet. HEX triplet: 9F, 06 and DB. RGB value is (159,6,219). Sum of RGB (Red+Green+Blue) = 159+6+219=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 6 (2.73% from 255 or 1.56% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F06DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F06DB is #60F924. Grayscale: #4B4B4B. Windows color (decimal): -6355237 or 14354079. OLE color: 14354079.
HSL color Cylindrical-coordinate representation of color #9F06DB: hue angle of 283.1º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F06DB is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 6 | 219 | - |
| CMYK | 0.27 | 0.97 | 0 | 0.14 |
| HSL | 283.1º | 0.95% | 0.44% | - |
| HSV(B) | 283.1º | 0.97% | 0.86% | - |
| XYZ | 27.15 | 12.62 | 68.02 | - |
| YUV | 76.03 | 208.69 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 6 | 219 | 0.27 | 0.97 | 0 | 0.14 | 283.1 | 0.95 | 0.44 |
| Hex | 9F | 6 | DB | 1B | 61 | 0 | E | 11B | 5F | 2C |
| Octal | 237 | 6 | 333 | 33 | 141 | 0 | 16 | 433 | 137 | 54 |
| Binary | 10011111 | 110 | 11011011 | 11011 | 1100001 | 0 | 1110 | 100011011 | 1011111 | 101100 |
Color Harmonies of #9F06DB
Complementary color
Monochromatic Colors of #9F06DB
Black with #9F06DB
Text Example
Text Example
White with #9F06DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F06DB; }
p { color: rgb(159,6,219); }
H1.HeaderClassName
{
color: #9F06DB;
}
.AnyTagClassName
{
color: #9F06DB;
}
</style>
background-color css
<style>
a { background-color: #9F06DB; }
a { background-color: rgb(159,6,219); }
div.DivClassName
{
background-color: #9F06DB;
}
.BgClassName
{
background-color: #9F06DB;
}
</style>
border-color css
<style>
span { border-color: #9F06DB; }
span { border-color: rgb(159,6,219); }
td.TdClassName
{
border-color: #9F06DB;
}
.TagClassName
{
border-color: #9F06DB;
}
</style>