Shades of Dark Violet #9C15BD
Tints of Dark Violet #9C15BD
RGB
CMYK
RGB Variations
Color information
#9C15BD (or 0x9C15BD) is known color: Dark Violet. HEX triplet: 9C, 15 and BD. RGB value is (156,21,189). Sum of RGB (Red+Green+Blue) = 156+21+189=366 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.62% from 366); Green value is 21 (8.59% from 255 or 5.74% from 366); Blue value is 189 (74.22% from 255 or 51.64% from 366); Max value from RGB is 189 - color contains mainly: blue. Hex color #9C15BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C15BD is #63EA42. Grayscale: #4F4F4F. Windows color (decimal): -6548035 or 12391836. OLE color: 12391836.
HSL color Cylindrical-coordinate representation of color #9C15BD: hue angle of 288.21º 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 #9C15BD is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 156 | 21 | 189 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.26 |
| HSL | 288.21º | 0.8% | 0.41% | - |
| HSV(B) | 288.21º | 0.89% | 0.74% | - |
| XYZ | 23.16 | 11.28 | 49.1 | - |
| YUV | 80.52 | 189.23 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 189 | 0.17 | 0.89 | 0 | 0.26 | 288.21 | 0.8 | 0.41 |
| Hex | 9C | 15 | BD | 11 | 59 | 0 | 1A | 120 | 50 | 29 |
| Octal | 234 | 25 | 275 | 21 | 131 | 0 | 32 | 440 | 120 | 51 |
| Binary | 10011100 | 10101 | 10111101 | 10001 | 1011001 | 0 | 11010 | 100100000 | 1010000 | 101001 |
Color Harmonies of #9C15BD
Complementary color
Monochromatic Colors of #9C15BD
Black with #9C15BD
Text Example
Text Example
White with #9C15BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C15BD; }
p { color: rgb(156,21,189); }
H1.HeaderClassName
{
color: #9C15BD;
}
.AnyTagClassName
{
color: #9C15BD;
}
</style>
background-color css
<style>
a { background-color: #9C15BD; }
a { background-color: rgb(156,21,189); }
div.DivClassName
{
background-color: #9C15BD;
}
.BgClassName
{
background-color: #9C15BD;
}
</style>
border-color css
<style>
span { border-color: #9C15BD; }
span { border-color: rgb(156,21,189); }
td.TdClassName
{
border-color: #9C15BD;
}
.TagClassName
{
border-color: #9C15BD;
}
</style>