Shades of Dark Violet #9C04BA
Tints of Dark Violet #9C04BA
RGB
CMYK
RGB Variations
Color information
#9C04BA (or 0x9C04BA) is known color: Dark Violet. HEX triplet: 9C, 04 and BA. RGB value is (156,4,186). Sum of RGB (Red+Green+Blue) = 156+4+186=346 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.09% from 346); Green value is 4 (1.95% from 255 or 1.16% from 346); Blue value is 186 (73.05% from 255 or 53.76% from 346); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C04BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C04BA is #63FB45. Grayscale: #454545. Windows color (decimal): -6552390 or 12190876. OLE color: 12190876.
HSL color Cylindrical-coordinate representation of color #9C04BA: hue angle of 290.11º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9C04BA is Cyan = 0.16, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 4 | 186 | - |
| CMYK | 0.16 | 0.98 | 0 | 0.27 |
| HSL | 290.11º | 0.96% | 0.37% | - |
| HSV(B) | 290.11º | 0.98% | 0.73% | - |
| XYZ | 22.62 | 10.7 | 47.33 | - |
| YUV | 70.2 | 193.36 | 189.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 4 | 186 | 0.16 | 0.98 | 0 | 0.27 | 290.11 | 0.96 | 0.37 |
| Hex | 9C | 4 | BA | 10 | 62 | 0 | 1B | 122 | 60 | 25 |
| Octal | 234 | 4 | 272 | 20 | 142 | 0 | 33 | 442 | 140 | 45 |
| Binary | 10011100 | 100 | 10111010 | 10000 | 1100010 | 0 | 11011 | 100100010 | 1100000 | 100101 |
Color Harmonies of #9C04BA
Complementary color
Monochromatic Colors of #9C04BA
Black with #9C04BA
Text Example
Text Example
White with #9C04BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C04BA; }
p { color: rgb(156,4,186); }
H1.HeaderClassName
{
color: #9C04BA;
}
.AnyTagClassName
{
color: #9C04BA;
}
</style>
background-color css
<style>
a { background-color: #9C04BA; }
a { background-color: rgb(156,4,186); }
div.DivClassName
{
background-color: #9C04BA;
}
.BgClassName
{
background-color: #9C04BA;
}
</style>
border-color css
<style>
span { border-color: #9C04BA; }
span { border-color: rgb(156,4,186); }
td.TdClassName
{
border-color: #9C04BA;
}
.TagClassName
{
border-color: #9C04BA;
}
</style>