Shades of Violet Blue #995C92
Tints of Violet Blue #995C92
RGB
CMYK
RGB Variations
Color information
#995C92 (or 0x995C92) is known color: Violet Blue. HEX triplet: 99, 5C and 92. RGB value is (153,92,146). Sum of RGB (Red+Green+Blue) = 153+92+146=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 146 (57.42% from 255 or 37.34% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #995C92 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995C92 is #66A36D. Grayscale: #747474. Windows color (decimal): -6726510 or 9591961. OLE color: 9591961.
HSL color Cylindrical-coordinate representation of color #995C92: hue angle of 306.89º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #995C92 is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 146 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.4 |
| HSL | 306.89º | 0.25% | 0.48% | - |
| HSV(B) | 306.89º | 0.4% | 0.6% | - |
| XYZ | 22.15 | 16.5 | 29.21 | - |
| YUV | 116.4 | 144.71 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 146 | 0 | 0.40 | 0.05 | 0.4 | 306.89 | 0.25 | 0.48 |
| Hex | 99 | 5C | 92 | 0 | 28 | 5 | 28 | 133 | 19 | 30 |
| Octal | 231 | 134 | 222 | 0 | 50 | 5 | 50 | 463 | 31 | 60 |
| Binary | 10011001 | 1011100 | 10010010 | 0 | 101000 | 101 | 101000 | 100110011 | 11001 | 110000 |
Color Harmonies of #995C92
Complementary color
Monochromatic Colors of #995C92
Black with #995C92
Text Example
Text Example
White with #995C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C92; }
p { color: rgb(153,92,146); }
H1.HeaderClassName
{
color: #995C92;
}
.AnyTagClassName
{
color: #995C92;
}
</style>
background-color css
<style>
a { background-color: #995C92; }
a { background-color: rgb(153,92,146); }
div.DivClassName
{
background-color: #995C92;
}
.BgClassName
{
background-color: #995C92;
}
</style>
border-color css
<style>
span { border-color: #995C92; }
span { border-color: rgb(153,92,146); }
td.TdClassName
{
border-color: #995C92;
}
.TagClassName
{
border-color: #995C92;
}
</style>