Shades of Dark Violet #9C04F6
Tints of Dark Violet #9C04F6
RGB
CMYK
RGB Variations
Color information
#9C04F6 (or 0x9C04F6) is known color: Dark Violet. HEX triplet: 9C, 04 and F6. RGB value is (156,4,246). Sum of RGB (Red+Green+Blue) = 156+4+246=406 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.42% from 406); Green value is 4 (1.95% from 255 or 0.99% from 406); Blue value is 246 (96.48% from 255 or 60.59% from 406); Max value from RGB is 246 - color contains mainly: blue. Hex color #9C04F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9C04F6 is #63FB09. Grayscale: #4C4C4C. Windows color (decimal): -6552330 or 16123036. OLE color: 16123036.
HSL color Cylindrical-coordinate representation of color #9C04F6: hue angle of 277.69º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C04F6 is Cyan = 0.37, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 156 | 4 | 246 | - |
| CMYK | 0.37 | 0.98 | 0 | 0.04 |
| HSL | 277.69º | 0.97% | 0.49% | - |
| HSV(B) | 277.69º | 0.98% | 0.96% | - |
| XYZ | 30.39 | 13.81 | 88.25 | - |
| YUV | 77.04 | 223.36 | 184.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 246 | 0.37 | 0.98 | 0 | 0.04 | 277.69 | 0.97 | 0.49 |
| Hex | 9C | 4 | F6 | 25 | 62 | 0 | 4 | 116 | 61 | 31 |
| Octal | 234 | 4 | 366 | 45 | 142 | 0 | 4 | 426 | 141 | 61 |
| Binary | 10011100 | 100 | 11110110 | 100101 | 1100010 | 0 | 100 | 100010110 | 1100001 | 110001 |
Color Harmonies of #9C04F6
Complementary color
Monochromatic Colors of #9C04F6
Black with #9C04F6
Text Example
Text Example
White with #9C04F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C04F6; }
p { color: rgb(156,4,246); }
H1.HeaderClassName
{
color: #9C04F6;
}
.AnyTagClassName
{
color: #9C04F6;
}
</style>
background-color css
<style>
a { background-color: #9C04F6; }
a { background-color: rgb(156,4,246); }
div.DivClassName
{
background-color: #9C04F6;
}
.BgClassName
{
background-color: #9C04F6;
}
</style>
border-color css
<style>
span { border-color: #9C04F6; }
span { border-color: rgb(156,4,246); }
td.TdClassName
{
border-color: #9C04F6;
}
.TagClassName
{
border-color: #9C04F6;
}
</style>