Shades of Dark Violet #9C15BC
Tints of Dark Violet #9C15BC
RGB
CMYK
RGB Variations
Color information
#9C15BC (or 0x9C15BC) is known color: Dark Violet. HEX triplet: 9C, 15 and BC. RGB value is (156,21,188). Sum of RGB (Red+Green+Blue) = 156+21+188=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 188 (73.83% from 255 or 51.51% from 365); Max value from RGB is 188 - color contains mainly: blue. Hex color #9C15BC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C15BC is #63EA43. Grayscale: #4F4F4F. Windows color (decimal): -6548036 or 12326300. OLE color: 12326300.
HSL color Cylindrical-coordinate representation of color #9C15BC: hue angle of 288.5º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C15BC is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 21 | 188 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.26 |
| HSL | 288.5º | 0.8% | 0.41% | - |
| HSV(B) | 288.5º | 0.89% | 0.74% | - |
| XYZ | 23.06 | 11.24 | 48.53 | - |
| YUV | 80.4 | 188.73 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 188 | 0.17 | 0.89 | 0 | 0.26 | 288.5 | 0.8 | 0.41 |
| Hex | 9C | 15 | BC | 11 | 59 | 0 | 1A | 121 | 50 | 29 |
| Octal | 234 | 25 | 274 | 21 | 131 | 0 | 32 | 441 | 120 | 51 |
| Binary | 10011100 | 10101 | 10111100 | 10001 | 1011001 | 0 | 11010 | 100100001 | 1010000 | 101001 |
Color Harmonies of #9C15BC
Complementary color
Monochromatic Colors of #9C15BC
Black with #9C15BC
Text Example
Text Example
White with #9C15BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C15BC; }
p { color: rgb(156,21,188); }
H1.HeaderClassName
{
color: #9C15BC;
}
.AnyTagClassName
{
color: #9C15BC;
}
</style>
background-color css
<style>
a { background-color: #9C15BC; }
a { background-color: rgb(156,21,188); }
div.DivClassName
{
background-color: #9C15BC;
}
.BgClassName
{
background-color: #9C15BC;
}
</style>
border-color css
<style>
span { border-color: #9C15BC; }
span { border-color: rgb(156,21,188); }
td.TdClassName
{
border-color: #9C15BC;
}
.TagClassName
{
border-color: #9C15BC;
}
</style>