Shades of Violet Blue #995C99
Tints of Violet Blue #995C99
RGB
CMYK
RGB Variations
Color information
#995C99 (or 0x995C99) is known color: Violet Blue. HEX triplet: 99, 5C and 99. RGB value is (153,92,153). Sum of RGB (Red+Green+Blue) = 153+92+153=398 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.44% from 398); Green value is 92 (36.33% from 255 or 23.12% from 398); Blue value is 153 (60.16% from 255 or 38.44% from 398); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #995C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995C99 is #66A366. Grayscale: #757575. Windows color (decimal): -6726503 or 10050713. OLE color: 10050713.
HSL color Cylindrical-coordinate representation of color #995C99: hue angle of 300º 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 #995C99 is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 153 | - |
| CMYK | 0 | 0.40 | 0 | 0.4 |
| HSL | 300º | 0.25% | 0.48% | - |
| HSV(B) | 300º | 0.4% | 0.6% | - |
| XYZ | 22.71 | 16.73 | 32.17 | - |
| YUV | 117.19 | 148.21 | 153.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 153 | 0 | 0.40 | 0 | 0.4 | 300 | 0.25 | 0.48 |
| Hex | 99 | 5C | 99 | 0 | 28 | 0 | 28 | 12C | 19 | 30 |
| Octal | 231 | 134 | 231 | 0 | 50 | 0 | 50 | 454 | 31 | 60 |
| Binary | 10011001 | 1011100 | 10011001 | 0 | 101000 | 0 | 101000 | 100101100 | 11001 | 110000 |
Color Harmonies of #995C99
Complementary color
Monochromatic Colors of #995C99
Black with #995C99
Text Example
Text Example
White with #995C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C99; }
p { color: rgb(153,92,153); }
H1.HeaderClassName
{
color: #995C99;
}
.AnyTagClassName
{
color: #995C99;
}
</style>
background-color css
<style>
a { background-color: #995C99; }
a { background-color: rgb(153,92,153); }
div.DivClassName
{
background-color: #995C99;
}
.BgClassName
{
background-color: #995C99;
}
</style>
border-color css
<style>
span { border-color: #995C99; }
span { border-color: rgb(153,92,153); }
td.TdClassName
{
border-color: #995C99;
}
.TagClassName
{
border-color: #995C99;
}
</style>