Shades of Dark Violet #9C14BB
Tints of Dark Violet #9C14BB
RGB
CMYK
RGB Variations
Color information
#9C14BB (or 0x9C14BB) is known color: Dark Violet. HEX triplet: 9C, 14 and BB. RGB value is (156,20,187). Sum of RGB (Red+Green+Blue) = 156+20+187=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 20 (8.20% from 255 or 5.51% from 363); Blue value is 187 (73.44% from 255 or 51.52% from 363); Max value from RGB is 187 - color contains mainly: blue. Hex color #9C14BB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C14BB is #63EB44. Grayscale: #4F4F4F. Windows color (decimal): -6548293 or 12260508. OLE color: 12260508.
HSL color Cylindrical-coordinate representation of color #9C14BB: hue angle of 288.86º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9C14BB is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 20 | 187 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.27 |
| HSL | 288.86º | 0.81% | 0.41% | - |
| HSV(B) | 288.86º | 0.89% | 0.73% | - |
| XYZ | 22.93 | 11.16 | 47.96 | - |
| YUV | 79.7 | 188.56 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 20 | 187 | 0.17 | 0.89 | 0 | 0.27 | 288.86 | 0.81 | 0.41 |
| Hex | 9C | 14 | BB | 11 | 59 | 0 | 1B | 121 | 51 | 29 |
| Octal | 234 | 24 | 273 | 21 | 131 | 0 | 33 | 441 | 121 | 51 |
| Binary | 10011100 | 10100 | 10111011 | 10001 | 1011001 | 0 | 11011 | 100100001 | 1010001 | 101001 |
Color Harmonies of #9C14BB
Complementary color
Monochromatic Colors of #9C14BB
Black with #9C14BB
Text Example
Text Example
White with #9C14BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C14BB; }
p { color: rgb(156,20,187); }
H1.HeaderClassName
{
color: #9C14BB;
}
.AnyTagClassName
{
color: #9C14BB;
}
</style>
background-color css
<style>
a { background-color: #9C14BB; }
a { background-color: rgb(156,20,187); }
div.DivClassName
{
background-color: #9C14BB;
}
.BgClassName
{
background-color: #9C14BB;
}
</style>
border-color css
<style>
span { border-color: #9C14BB; }
span { border-color: rgb(156,20,187); }
td.TdClassName
{
border-color: #9C14BB;
}
.TagClassName
{
border-color: #9C14BB;
}
</style>