Shades of Dark Violet #9F04BE
Tints of Dark Violet #9F04BE
RGB
CMYK
RGB Variations
Color information
#9F04BE (or 0x9F04BE) is known color: Dark Violet. HEX triplet: 9F, 04 and BE. RGB value is (159,4,190). Sum of RGB (Red+Green+Blue) = 159+4+190=353 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.04% from 353); Green value is 4 (1.95% from 255 or 1.13% from 353); Blue value is 190 (74.61% from 255 or 53.82% from 353); Max value from RGB is 190 - color contains mainly: blue. Hex color #9F04BE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F04BE is #60FB41. Grayscale: #464646. Windows color (decimal): -6355778 or 12453023. OLE color: 12453023.
HSL color Cylindrical-coordinate representation of color #9F04BE: hue angle of 290º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F04BE is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 4 | 190 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.25 |
| HSL | 290º | 0.96% | 0.38% | - |
| HSV(B) | 290º | 0.98% | 0.75% | - |
| XYZ | 23.64 | 11.18 | 49.63 | - |
| YUV | 71.55 | 194.85 | 190.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 4 | 190 | 0.16 | 0.98 | 0 | 0.25 | 290 | 0.96 | 0.38 |
| Hex | 9F | 4 | BE | 10 | 62 | 0 | 19 | 122 | 60 | 26 |
| Octal | 237 | 4 | 276 | 20 | 142 | 0 | 31 | 442 | 140 | 46 |
| Binary | 10011111 | 100 | 10111110 | 10000 | 1100010 | 0 | 11001 | 100100010 | 1100000 | 100110 |
Color Harmonies of #9F04BE
Complementary color
Monochromatic Colors of #9F04BE
Black with #9F04BE
Text Example
Text Example
White with #9F04BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F04BE; }
p { color: rgb(159,4,190); }
H1.HeaderClassName
{
color: #9F04BE;
}
.AnyTagClassName
{
color: #9F04BE;
}
</style>
background-color css
<style>
a { background-color: #9F04BE; }
a { background-color: rgb(159,4,190); }
div.DivClassName
{
background-color: #9F04BE;
}
.BgClassName
{
background-color: #9F04BE;
}
</style>
border-color css
<style>
span { border-color: #9F04BE; }
span { border-color: rgb(159,4,190); }
td.TdClassName
{
border-color: #9F04BE;
}
.TagClassName
{
border-color: #9F04BE;
}
</style>