Shades of Violet Blue #995C9B
Tints of Violet Blue #995C9B
RGB
CMYK
RGB Variations
Color information
#995C9B (or 0x995C9B) is known color: Violet Blue. HEX triplet: 99, 5C and 9B. RGB value is (153,92,155). Sum of RGB (Red+Green+Blue) = 153+92+155=400 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.25% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 155 (60.94% from 255 or 38.75% from 400); Max value from RGB is 155 - color contains mainly: blue. Hex color #995C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995C9B is #66A364. Grayscale: #757575. Windows color (decimal): -6726501 or 10181785. OLE color: 10181785.
HSL color Cylindrical-coordinate representation of color #995C9B: hue angle of 298.1º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995C9B is Cyan = 0.01, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 92 | 155 | - |
| CMYK | 0.01 | 0.41 | 0 | 0.39 |
| HSL | 298.1º | 0.26% | 0.48% | - |
| HSV(B) | 298.1º | 0.41% | 0.61% | - |
| XYZ | 22.88 | 16.79 | 33.05 | - |
| YUV | 117.42 | 149.21 | 153.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 92 | 155 | 0.01 | 0.41 | 0 | 0.39 | 298.1 | 0.26 | 0.48 |
| Hex | 99 | 5C | 9B | 1 | 29 | 0 | 27 | 12A | 1A | 30 |
| Octal | 231 | 134 | 233 | 1 | 51 | 0 | 47 | 452 | 32 | 60 |
| Binary | 10011001 | 1011100 | 10011011 | 1 | 101001 | 0 | 100111 | 100101010 | 11010 | 110000 |
Color Harmonies of #995C9B
Complementary color
Monochromatic Colors of #995C9B
Black with #995C9B
Text Example
Text Example
White with #995C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995C9B; }
p { color: rgb(153,92,155); }
H1.HeaderClassName
{
color: #995C9B;
}
.AnyTagClassName
{
color: #995C9B;
}
</style>
background-color css
<style>
a { background-color: #995C9B; }
a { background-color: rgb(153,92,155); }
div.DivClassName
{
background-color: #995C9B;
}
.BgClassName
{
background-color: #995C9B;
}
</style>
border-color css
<style>
span { border-color: #995C9B; }
span { border-color: rgb(153,92,155); }
td.TdClassName
{
border-color: #995C9B;
}
.TagClassName
{
border-color: #995C9B;
}
</style>