Shades of Dark Violet #9F04CF
Tints of Dark Violet #9F04CF
RGB
CMYK
RGB Variations
Color information
#9F04CF (or 0x9F04CF) is known color: Dark Violet. HEX triplet: 9F, 04 and CF. RGB value is (159,4,207). Sum of RGB (Red+Green+Blue) = 159+4+207=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 4 (1.95% from 255 or 1.08% from 370); Blue value is 207 (81.25% from 255 or 55.95% from 370); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F04CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F04CF is #60FB30. Grayscale: #484848. Windows color (decimal): -6355761 or 13567135. OLE color: 13567135.
HSL color Cylindrical-coordinate representation of color #9F04CF: hue angle of 285.81º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F04CF is Cyan = 0.23, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 4 | 207 | - |
| CMYK | 0.23 | 0.98 | 0 | 0.19 |
| HSL | 285.81º | 0.96% | 0.41% | - |
| HSV(B) | 285.81º | 0.98% | 0.81% | - |
| XYZ | 25.6 | 11.96 | 59.99 | - |
| YUV | 73.49 | 203.35 | 188.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 4 | 207 | 0.23 | 0.98 | 0 | 0.19 | 285.81 | 0.96 | 0.41 |
| Hex | 9F | 4 | CF | 17 | 62 | 0 | 13 | 11E | 60 | 29 |
| Octal | 237 | 4 | 317 | 27 | 142 | 0 | 23 | 436 | 140 | 51 |
| Binary | 10011111 | 100 | 11001111 | 10111 | 1100010 | 0 | 10011 | 100011110 | 1100000 | 101001 |
Color Harmonies of #9F04CF
Complementary color
Monochromatic Colors of #9F04CF
Black with #9F04CF
Text Example
Text Example
White with #9F04CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F04CF; }
p { color: rgb(159,4,207); }
H1.HeaderClassName
{
color: #9F04CF;
}
.AnyTagClassName
{
color: #9F04CF;
}
</style>
background-color css
<style>
a { background-color: #9F04CF; }
a { background-color: rgb(159,4,207); }
div.DivClassName
{
background-color: #9F04CF;
}
.BgClassName
{
background-color: #9F04CF;
}
</style>
border-color css
<style>
span { border-color: #9F04CF; }
span { border-color: rgb(159,4,207); }
td.TdClassName
{
border-color: #9F04CF;
}
.TagClassName
{
border-color: #9F04CF;
}
</style>