Shades of Dark Violet #9F03C4
Tints of Dark Violet #9F03C4
RGB
CMYK
RGB Variations
Color information
#9F03C4 (or 0x9F03C4) is known color: Dark Violet. HEX triplet: 9F, 03 and C4. RGB value is (159,3,196). Sum of RGB (Red+Green+Blue) = 159+3+196=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 3 (1.56% from 255 or 0.84% from 358); Blue value is 196 (76.95% from 255 or 54.75% from 358); Max value from RGB is 196 - color contains mainly: blue. Hex color #9F03C4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F03C4 is #60FC3B. Grayscale: #474747. Windows color (decimal): -6356028 or 12845983. OLE color: 12845983.
HSL color Cylindrical-coordinate representation of color #9F03C4: hue angle of 288.5º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F03C4 is Cyan = 0.19, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 3 | 196 | - |
| CMYK | 0.19 | 0.98 | 0 | 0.23 |
| HSL | 288.5º | 0.97% | 0.39% | - |
| HSV(B) | 288.5º | 0.98% | 0.77% | - |
| XYZ | 24.29 | 11.42 | 53.15 | - |
| YUV | 71.65 | 198.18 | 190.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 196 | 0.19 | 0.98 | 0 | 0.23 | 288.5 | 0.97 | 0.39 |
| Hex | 9F | 3 | C4 | 13 | 62 | 0 | 17 | 120 | 61 | 27 |
| Octal | 237 | 3 | 304 | 23 | 142 | 0 | 27 | 440 | 141 | 47 |
| Binary | 10011111 | 11 | 11000100 | 10011 | 1100010 | 0 | 10111 | 100100000 | 1100001 | 100111 |
Color Harmonies of #9F03C4
Complementary color
Monochromatic Colors of #9F03C4
Black with #9F03C4
Text Example
Text Example
White with #9F03C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F03C4; }
p { color: rgb(159,3,196); }
H1.HeaderClassName
{
color: #9F03C4;
}
.AnyTagClassName
{
color: #9F03C4;
}
</style>
background-color css
<style>
a { background-color: #9F03C4; }
a { background-color: rgb(159,3,196); }
div.DivClassName
{
background-color: #9F03C4;
}
.BgClassName
{
background-color: #9F03C4;
}
</style>
border-color css
<style>
span { border-color: #9F03C4; }
span { border-color: rgb(159,3,196); }
td.TdClassName
{
border-color: #9F03C4;
}
.TagClassName
{
border-color: #9F03C4;
}
</style>