Shades of Dark Violet #9C04AF
Tints of Dark Violet #9C04AF
RGB
CMYK
RGB Variations
Color information
#9C04AF (or 0x9C04AF) is known color: Dark Violet. HEX triplet: 9C, 04 and AF. RGB value is (156,4,175). Sum of RGB (Red+Green+Blue) = 156+4+175=335 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.57% from 335); Green value is 4 (1.95% from 255 or 1.19% from 335); Blue value is 175 (68.75% from 255 or 52.24% from 335); Max value from RGB is 175 - color contains mainly: blue. Hex color #9C04AF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9C04AF is #63FB50. Grayscale: #444444. Windows color (decimal): -6552401 or 11469980. OLE color: 11469980.
HSL color Cylindrical-coordinate representation of color #9C04AF: hue angle of 293.33º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C04AF is Cyan = 0.11, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 156 | 4 | 175 | - |
| CMYK | 0.11 | 0.98 | 0 | 0.31 |
| HSL | 293.33º | 0.96% | 0.35% | - |
| HSV(B) | 293.33º | 0.98% | 0.69% | - |
| XYZ | 21.49 | 10.25 | 41.4 | - |
| YUV | 68.94 | 187.86 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 175 | 0.11 | 0.98 | 0 | 0.31 | 293.33 | 0.96 | 0.35 |
| Hex | 9C | 4 | AF | B | 62 | 0 | 1F | 125 | 60 | 23 |
| Octal | 234 | 4 | 257 | 13 | 142 | 0 | 37 | 445 | 140 | 43 |
| Binary | 10011100 | 100 | 10101111 | 1011 | 1100010 | 0 | 11111 | 100100101 | 1100000 | 100011 |
Color Harmonies of #9C04AF
Complementary color
Monochromatic Colors of #9C04AF
Black with #9C04AF
Text Example
Text Example
White with #9C04AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C04AF; }
p { color: rgb(156,4,175); }
H1.HeaderClassName
{
color: #9C04AF;
}
.AnyTagClassName
{
color: #9C04AF;
}
</style>
background-color css
<style>
a { background-color: #9C04AF; }
a { background-color: rgb(156,4,175); }
div.DivClassName
{
background-color: #9C04AF;
}
.BgClassName
{
background-color: #9C04AF;
}
</style>
border-color css
<style>
span { border-color: #9C04AF; }
span { border-color: rgb(156,4,175); }
td.TdClassName
{
border-color: #9C04AF;
}
.TagClassName
{
border-color: #9C04AF;
}
</style>