Shades of Dark Violet #9F04BC
Tints of Dark Violet #9F04BC
RGB
CMYK
RGB Variations
Color information
#9F04BC (or 0x9F04BC) is known color: Dark Violet. HEX triplet: 9F, 04 and BC. RGB value is (159,4,188). Sum of RGB (Red+Green+Blue) = 159+4+188=351 (46% of max value = 765). Red value is 159 (62.5% from 255 or 45.30% from 351); Green value is 4 (1.95% from 255 or 1.14% from 351); Blue value is 188 (73.83% from 255 or 53.56% from 351); Max value from RGB is 188 - color contains mainly: blue. Hex color #9F04BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F04BC is #60FB43. Grayscale: #464646. Windows color (decimal): -6355780 or 12321951. OLE color: 12321951.
HSL color Cylindrical-coordinate representation of color #9F04BC: hue angle of 290.54º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F04BC is Cyan = 0.15, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 4 | 188 | - |
| CMYK | 0.15 | 0.98 | 0 | 0.26 |
| HSL | 290.54º | 0.96% | 0.38% | - |
| HSV(B) | 290.54º | 0.98% | 0.74% | - |
| XYZ | 23.42 | 11.09 | 48.48 | - |
| YUV | 71.32 | 193.85 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 4 | 188 | 0.15 | 0.98 | 0 | 0.26 | 290.54 | 0.96 | 0.38 |
| Hex | 9F | 4 | BC | F | 62 | 0 | 1A | 123 | 60 | 26 |
| Octal | 237 | 4 | 274 | 17 | 142 | 0 | 32 | 443 | 140 | 46 |
| Binary | 10011111 | 100 | 10111100 | 1111 | 1100010 | 0 | 11010 | 100100011 | 1100000 | 100110 |
Color Harmonies of #9F04BC
Complementary color
Monochromatic Colors of #9F04BC
Black with #9F04BC
Text Example
Text Example
White with #9F04BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F04BC; }
p { color: rgb(159,4,188); }
H1.HeaderClassName
{
color: #9F04BC;
}
.AnyTagClassName
{
color: #9F04BC;
}
</style>
background-color css
<style>
a { background-color: #9F04BC; }
a { background-color: rgb(159,4,188); }
div.DivClassName
{
background-color: #9F04BC;
}
.BgClassName
{
background-color: #9F04BC;
}
</style>
border-color css
<style>
span { border-color: #9F04BC; }
span { border-color: rgb(159,4,188); }
td.TdClassName
{
border-color: #9F04BC;
}
.TagClassName
{
border-color: #9F04BC;
}
</style>