Shades of Dark Violet #9F08DB
Tints of Dark Violet #9F08DB
RGB
CMYK
RGB Variations
Color information
#9F08DB (or 0x9F08DB) is known color: Dark Violet. HEX triplet: 9F, 08 and DB. RGB value is (159,8,219). Sum of RGB (Red+Green+Blue) = 159+8+219=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 8 (3.52% from 255 or 2.07% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #9F08DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F08DB is #60F724. Grayscale: #4C4C4C. Windows color (decimal): -6354725 or 14354591. OLE color: 14354591.
HSL color Cylindrical-coordinate representation of color #9F08DB: hue angle of 282.94º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F08DB is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 8 | 219 | - |
| CMYK | 0.27 | 0.96 | 0 | 0.14 |
| HSL | 282.94º | 0.93% | 0.45% | - |
| HSV(B) | 282.94º | 0.96% | 0.86% | - |
| XYZ | 27.17 | 12.66 | 68.03 | - |
| YUV | 77.2 | 208.03 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 8 | 219 | 0.27 | 0.96 | 0 | 0.14 | 282.94 | 0.93 | 0.45 |
| Hex | 9F | 8 | DB | 1B | 60 | 0 | E | 11B | 5D | 2D |
| Octal | 237 | 10 | 333 | 33 | 140 | 0 | 16 | 433 | 135 | 55 |
| Binary | 10011111 | 1000 | 11011011 | 11011 | 1100000 | 0 | 1110 | 100011011 | 1011101 | 101101 |
Color Harmonies of #9F08DB
Complementary color
Monochromatic Colors of #9F08DB
Black with #9F08DB
Text Example
Text Example
White with #9F08DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F08DB; }
p { color: rgb(159,8,219); }
H1.HeaderClassName
{
color: #9F08DB;
}
.AnyTagClassName
{
color: #9F08DB;
}
</style>
background-color css
<style>
a { background-color: #9F08DB; }
a { background-color: rgb(159,8,219); }
div.DivClassName
{
background-color: #9F08DB;
}
.BgClassName
{
background-color: #9F08DB;
}
</style>
border-color css
<style>
span { border-color: #9F08DB; }
span { border-color: rgb(159,8,219); }
td.TdClassName
{
border-color: #9F08DB;
}
.TagClassName
{
border-color: #9F08DB;
}
</style>