Shades of Dark Violet #9C01BA
Tints of Dark Violet #9C01BA
RGB
CMYK
RGB Variations
Color information
#9C01BA (or 0x9C01BA) is known color: Dark Violet. HEX triplet: 9C, 01 and BA. RGB value is (156,1,186). Sum of RGB (Red+Green+Blue) = 156+1+186=343 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.48% from 343); Green value is 1 (0.78% from 255 or 0.29% from 343); Blue value is 186 (73.05% from 255 or 54.23% from 343); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C01BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C01BA is #63FE45. Grayscale: #434343. Windows color (decimal): -6553158 or 12190108. OLE color: 12190108.
HSL color Cylindrical-coordinate representation of color #9C01BA: hue angle of 290.27º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9C01BA is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 1 | 186 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.27 |
| HSL | 290.27º | 0.99% | 0.37% | - |
| HSV(B) | 290.27º | 0.99% | 0.73% | - |
| XYZ | 22.58 | 10.63 | 47.32 | - |
| YUV | 68.44 | 194.35 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 1 | 186 | 0.16 | 0.99 | 0 | 0.27 | 290.27 | 0.99 | 0.37 |
| Hex | 9C | 1 | BA | 10 | 63 | 0 | 1B | 122 | 63 | 25 |
| Octal | 234 | 1 | 272 | 20 | 143 | 0 | 33 | 442 | 143 | 45 |
| Binary | 10011100 | 1 | 10111010 | 10000 | 1100011 | 0 | 11011 | 100100010 | 1100011 | 100101 |
Color Harmonies of #9C01BA
Complementary color
Monochromatic Colors of #9C01BA
Black with #9C01BA
Text Example
Text Example
White with #9C01BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C01BA; }
p { color: rgb(156,1,186); }
H1.HeaderClassName
{
color: #9C01BA;
}
.AnyTagClassName
{
color: #9C01BA;
}
</style>
background-color css
<style>
a { background-color: #9C01BA; }
a { background-color: rgb(156,1,186); }
div.DivClassName
{
background-color: #9C01BA;
}
.BgClassName
{
background-color: #9C01BA;
}
</style>
border-color css
<style>
span { border-color: #9C01BA; }
span { border-color: rgb(156,1,186); }
td.TdClassName
{
border-color: #9C01BA;
}
.TagClassName
{
border-color: #9C01BA;
}
</style>