Shades of Violet Blue #9C5D93
Tints of Violet Blue #9C5D93
RGB
CMYK
RGB Variations
Color information
#9C5D93 (or 0x9C5D93) is known color: Violet Blue. HEX triplet: 9C, 5D and 93. RGB value is (156,93,147). Sum of RGB (Red+Green+Blue) = 156+93+147=396 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.39% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5D93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5D93 is #63A26C. Grayscale: #757575. Windows color (decimal): -6529645 or 9657756. OLE color: 9657756.
HSL color Cylindrical-coordinate representation of color #9C5D93: hue angle of 308.57º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9C5D93 is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 93 | 147 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.39 |
| HSL | 308.57º | 0.25% | 0.49% | - |
| HSV(B) | 308.57º | 0.4% | 0.61% | - |
| XYZ | 22.89 | 17 | 29.68 | - |
| YUV | 117.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 93 | 147 | 0 | 0.40 | 0.06 | 0.39 | 308.57 | 0.25 | 0.49 |
| Hex | 9C | 5D | 93 | 0 | 28 | 6 | 27 | 135 | 19 | 31 |
| Octal | 234 | 135 | 223 | 0 | 50 | 6 | 47 | 465 | 31 | 61 |
| Binary | 10011100 | 1011101 | 10010011 | 0 | 101000 | 110 | 100111 | 100110101 | 11001 | 110001 |
Color Harmonies of #9C5D93
Complementary color
Monochromatic Colors of #9C5D93
Black with #9C5D93
Text Example
Text Example
White with #9C5D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5D93; }
p { color: rgb(156,93,147); }
H1.HeaderClassName
{
color: #9C5D93;
}
.AnyTagClassName
{
color: #9C5D93;
}
</style>
background-color css
<style>
a { background-color: #9C5D93; }
a { background-color: rgb(156,93,147); }
div.DivClassName
{
background-color: #9C5D93;
}
.BgClassName
{
background-color: #9C5D93;
}
</style>
border-color css
<style>
span { border-color: #9C5D93; }
span { border-color: rgb(156,93,147); }
td.TdClassName
{
border-color: #9C5D93;
}
.TagClassName
{
border-color: #9C5D93;
}
</style>