Shades of Dark Violet #9C00BC
Tints of Dark Violet #9C00BC
RGB
CMYK
RGB Variations
Color information
#9C00BC (or 0x9C00BC) is known color: Dark Violet. HEX triplet: 9C, 00 and BC. RGB value is (156,0,188). Sum of RGB (Red+Green+Blue) = 156+0+188=344 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.35% from 344); Green value is 0 (0.39% from 255 or 0% from 344); Blue value is 188 (73.83% from 255 or 54.65% from 344); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C00BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C00BC is #63FF43. Grayscale: #434343. Windows color (decimal): -6553412 or 12320924. OLE color: 12320924.
HSL color Cylindrical-coordinate representation of color #9C00BC: hue angle of 289.79º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9C00BC is Cyan = 0.17, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 0 | 188 | - |
| CMYK | 0.17 | 1 | 0 | 0.26 |
| HSL | 289.79º | 1% | 0.37% | - |
| HSV(B) | 289.79º | 1% | 0.74% | - |
| XYZ | 22.79 | 10.7 | 48.44 | - |
| YUV | 68.08 | 195.68 | 190.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 0 | 188 | 0.17 | 1 | 0 | 0.26 | 289.79 | 1 | 0.37 |
| Hex | 9C | 0 | BC | 11 | 64 | 0 | 1A | 122 | 64 | 25 |
| Octal | 234 | 0 | 274 | 21 | 144 | 0 | 32 | 442 | 144 | 45 |
| Binary | 10011100 | 0 | 10111100 | 10001 | 1100100 | 0 | 11010 | 100100010 | 1100100 | 100101 |
Color Harmonies of #9C00BC
Complementary color
Monochromatic Colors of #9C00BC
Black with #9C00BC
Text Example
Text Example
White with #9C00BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C00BC; }
p { color: rgb(156,0,188); }
H1.HeaderClassName
{
color: #9C00BC;
}
.AnyTagClassName
{
color: #9C00BC;
}
</style>
background-color css
<style>
a { background-color: #9C00BC; }
a { background-color: rgb(156,0,188); }
div.DivClassName
{
background-color: #9C00BC;
}
.BgClassName
{
background-color: #9C00BC;
}
</style>
border-color css
<style>
span { border-color: #9C00BC; }
span { border-color: rgb(156,0,188); }
td.TdClassName
{
border-color: #9C00BC;
}
.TagClassName
{
border-color: #9C00BC;
}
</style>