Shades of Dark Violet #9C00BA
Tints of Dark Violet #9C00BA
RGB
CMYK
RGB Variations
Color information
#9C00BA (or 0x9C00BA) is known color: Dark Violet. HEX triplet: 9C, 00 and BA. RGB value is (156,0,186). Sum of RGB (Red+Green+Blue) = 156+0+186=342 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.61% from 342); Green value is 0 (0.39% from 255 or 0% from 342); Blue value is 186 (73.05% from 255 or 54.39% from 342); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C00BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C00BA is #63FF45. Grayscale: #434343. Windows color (decimal): -6553414 or 12189852. OLE color: 12189852.
HSL color Cylindrical-coordinate representation of color #9C00BA: hue angle of 290.32º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C00BA is Cyan = 0.16, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 0 | 186 | - |
| CMYK | 0.16 | 1 | 0 | 0.27 |
| HSL | 290.32º | 1% | 0.36% | - |
| HSV(B) | 290.32º | 1% | 0.73% | - |
| XYZ | 22.57 | 10.61 | 47.31 | - |
| YUV | 67.85 | 194.68 | 190.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 186 | 0.16 | 1 | 0 | 0.27 | 290.32 | 1 | 0.36 |
| Hex | 9C | 0 | BA | 10 | 64 | 0 | 1B | 122 | 64 | 24 |
| Octal | 234 | 0 | 272 | 20 | 144 | 0 | 33 | 442 | 144 | 44 |
| Binary | 10011100 | 0 | 10111010 | 10000 | 1100100 | 0 | 11011 | 100100010 | 1100100 | 100100 |
Color Harmonies of #9C00BA
Complementary color
Monochromatic Colors of #9C00BA
Black with #9C00BA
Text Example
Text Example
White with #9C00BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C00BA; }
p { color: rgb(156,0,186); }
H1.HeaderClassName
{
color: #9C00BA;
}
.AnyTagClassName
{
color: #9C00BA;
}
</style>
background-color css
<style>
a { background-color: #9C00BA; }
a { background-color: rgb(156,0,186); }
div.DivClassName
{
background-color: #9C00BA;
}
.BgClassName
{
background-color: #9C00BA;
}
</style>
border-color css
<style>
span { border-color: #9C00BA; }
span { border-color: rgb(156,0,186); }
td.TdClassName
{
border-color: #9C00BA;
}
.TagClassName
{
border-color: #9C00BA;
}
</style>