Shades of Dark Violet #9F01DC
Tints of Dark Violet #9F01DC
RGB
CMYK
RGB Variations
Color information
#9F01DC (or 0x9F01DC) is known color: Dark Violet. HEX triplet: 9F, 01 and DC. RGB value is (159,1,220). Sum of RGB (Red+Green+Blue) = 159+1+220=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 1 (0.78% from 255 or 0.26% from 380); Blue value is 220 (86.33% from 255 or 57.89% from 380); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F01DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F01DC is #60FE23. Grayscale: #484848. Windows color (decimal): -6356516 or 14418335. OLE color: 14418335.
HSL color Cylindrical-coordinate representation of color #9F01DC: hue angle of 283.29º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F01DC is Cyan = 0.28, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 1 | 220 | - |
| CMYK | 0.28 | 1.00 | 0 | 0.14 |
| HSL | 283.29º | 0.99% | 0.43% | - |
| HSV(B) | 283.29º | 1% | 0.86% | - |
| XYZ | 27.23 | 12.56 | 68.7 | - |
| YUV | 73.21 | 210.85 | 189.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 220 | 0.28 | 1.00 | 0 | 0.14 | 283.29 | 0.99 | 0.43 |
| Hex | 9F | 1 | DC | 1C | 64 | 0 | E | 11B | 63 | 2B |
| Octal | 237 | 1 | 334 | 34 | 144 | 0 | 16 | 433 | 143 | 53 |
| Binary | 10011111 | 1 | 11011100 | 11100 | 1100100 | 0 | 1110 | 100011011 | 1100011 | 101011 |
Color Harmonies of #9F01DC
Complementary color
Monochromatic Colors of #9F01DC
Black with #9F01DC
Text Example
Text Example
White with #9F01DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F01DC; }
p { color: rgb(159,1,220); }
H1.HeaderClassName
{
color: #9F01DC;
}
.AnyTagClassName
{
color: #9F01DC;
}
</style>
background-color css
<style>
a { background-color: #9F01DC; }
a { background-color: rgb(159,1,220); }
div.DivClassName
{
background-color: #9F01DC;
}
.BgClassName
{
background-color: #9F01DC;
}
</style>
border-color css
<style>
span { border-color: #9F01DC; }
span { border-color: rgb(159,1,220); }
td.TdClassName
{
border-color: #9F01DC;
}
.TagClassName
{
border-color: #9F01DC;
}
</style>