Shades of Violet Blue #995C8D
Tints of Violet Blue #995C8D
RGB
CMYK
RGB Variations
Color information
#995C8D (or 0x995C8D) is known color: Violet Blue. HEX triplet: 99, 5C and 8D. RGB value is (153,92,141). Sum of RGB (Red+Green+Blue) = 153+92+141=386 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.64% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 153 - color contains mainly: red. Hex color #995C8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995C8D is #66A372. Grayscale: #737373. Windows color (decimal): -6726515 or 9264281. OLE color: 9264281.
HSL color Cylindrical-coordinate representation of color #995C8D: hue angle of 311.8º 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 #995C8D is Cyan = 0, Magento = 0.40, Yellow = 0.08 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 92 | 141 | - |
| CMYK | 0 | 0.40 | 0.08 | 0.4 |
| HSL | 311.8º | 0.25% | 0.48% | - |
| HSV(B) | 311.8º | 0.4% | 0.6% | - |
| XYZ | 21.77 | 16.35 | 27.21 | - |
| YUV | 115.83 | 142.21 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 141 | 0 | 0.40 | 0.08 | 0.4 | 311.8 | 0.25 | 0.48 |
| Hex | 99 | 5C | 8D | 0 | 28 | 8 | 28 | 138 | 19 | 30 |
| Octal | 231 | 134 | 215 | 0 | 50 | 10 | 50 | 470 | 31 | 60 |
| Binary | 10011001 | 1011100 | 10001101 | 0 | 101000 | 1000 | 101000 | 100111000 | 11001 | 110000 |
Color Harmonies of #995C8D
Complementary color
Monochromatic Colors of #995C8D
Black with #995C8D
Text Example
Text Example
White with #995C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C8D; }
p { color: rgb(153,92,141); }
H1.HeaderClassName
{
color: #995C8D;
}
.AnyTagClassName
{
color: #995C8D;
}
</style>
background-color css
<style>
a { background-color: #995C8D; }
a { background-color: rgb(153,92,141); }
div.DivClassName
{
background-color: #995C8D;
}
.BgClassName
{
background-color: #995C8D;
}
</style>
border-color css
<style>
span { border-color: #995C8D; }
span { border-color: rgb(153,92,141); }
td.TdClassName
{
border-color: #995C8D;
}
.TagClassName
{
border-color: #995C8D;
}
</style>