Shades of Dark Violet #9C15DB
Tints of Dark Violet #9C15DB
RGB
CMYK
RGB Variations
Color information
#9C15DB (or 0x9C15DB) is known color: Dark Violet. HEX triplet: 9C, 15 and DB. RGB value is (156,21,219). Sum of RGB (Red+Green+Blue) = 156+21+219=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 21 (8.59% from 255 or 5.30% from 396); Blue value is 219 (85.94% from 255 or 55.30% from 396); Max value from RGB is 219 - color contains mainly: blue. Hex color #9C15DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9C15DB is #63EA24. Grayscale: #535353. Windows color (decimal): -6548005 or 14357916. OLE color: 14357916.
HSL color Cylindrical-coordinate representation of color #9C15DB: hue angle of 280.91º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9C15DB is Cyan = 0.29, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 156 | 21 | 219 | - |
| CMYK | 0.29 | 0.90 | 0 | 0.14 |
| HSL | 280.91º | 0.83% | 0.47% | - |
| HSV(B) | 280.91º | 0.9% | 0.86% | - |
| XYZ | 26.76 | 12.72 | 68.06 | - |
| YUV | 83.94 | 204.23 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 21 | 219 | 0.29 | 0.90 | 0 | 0.14 | 280.91 | 0.83 | 0.47 |
| Hex | 9C | 15 | DB | 1D | 5A | 0 | E | 119 | 52 | 2F |
| Octal | 234 | 25 | 333 | 35 | 132 | 0 | 16 | 431 | 122 | 57 |
| Binary | 10011100 | 10101 | 11011011 | 11101 | 1011010 | 0 | 1110 | 100011001 | 1010010 | 101111 |
Color Harmonies of #9C15DB
Complementary color
Monochromatic Colors of #9C15DB
Black with #9C15DB
Text Example
Text Example
White with #9C15DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C15DB; }
p { color: rgb(156,21,219); }
H1.HeaderClassName
{
color: #9C15DB;
}
.AnyTagClassName
{
color: #9C15DB;
}
</style>
background-color css
<style>
a { background-color: #9C15DB; }
a { background-color: rgb(156,21,219); }
div.DivClassName
{
background-color: #9C15DB;
}
.BgClassName
{
background-color: #9C15DB;
}
</style>
border-color css
<style>
span { border-color: #9C15DB; }
span { border-color: rgb(156,21,219); }
td.TdClassName
{
border-color: #9C15DB;
}
.TagClassName
{
border-color: #9C15DB;
}
</style>