Shades of Violet Blue #995A96
Tints of Violet Blue #995A96
RGB
CMYK
RGB Variations
Color information
#995A96 (or 0x995A96) is known color: Violet Blue. HEX triplet: 99, 5A and 96. RGB value is (153,90,150). Sum of RGB (Red+Green+Blue) = 153+90+150=393 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.93% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 153 - color contains mainly: red. Hex color #995A96 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995A96 is #66A569. Grayscale: #737373. Windows color (decimal): -6727018 or 9853593. OLE color: 9853593.
HSL color Cylindrical-coordinate representation of color #995A96: hue angle of 302.86º degrees, saturation: 0.26, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #995A96 is Cyan = 0, Magento = 0.41, Yellow = 0.02 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 90 | 150 | - |
| CMYK | 0 | 0.41 | 0.02 | 0.4 |
| HSL | 302.86º | 0.26% | 0.48% | - |
| HSV(B) | 302.86º | 0.41% | 0.6% | - |
| XYZ | 22.3 | 16.29 | 30.82 | - |
| YUV | 115.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 150 | 0 | 0.41 | 0.02 | 0.4 | 302.86 | 0.26 | 0.48 |
| Hex | 99 | 5A | 96 | 0 | 29 | 2 | 28 | 12F | 1A | 30 |
| Octal | 231 | 132 | 226 | 0 | 51 | 2 | 50 | 457 | 32 | 60 |
| Binary | 10011001 | 1011010 | 10010110 | 0 | 101001 | 10 | 101000 | 100101111 | 11010 | 110000 |
Color Harmonies of #995A96
Complementary color
Monochromatic Colors of #995A96
Black with #995A96
Text Example
Text Example
White with #995A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995A96; }
p { color: rgb(153,90,150); }
H1.HeaderClassName
{
color: #995A96;
}
.AnyTagClassName
{
color: #995A96;
}
</style>
background-color css
<style>
a { background-color: #995A96; }
a { background-color: rgb(153,90,150); }
div.DivClassName
{
background-color: #995A96;
}
.BgClassName
{
background-color: #995A96;
}
</style>
border-color css
<style>
span { border-color: #995A96; }
span { border-color: rgb(153,90,150); }
td.TdClassName
{
border-color: #995A96;
}
.TagClassName
{
border-color: #995A96;
}
</style>