Shades of Violet Blue #995E9A
Tints of Violet Blue #995E9A
RGB
CMYK
RGB Variations
Color information
#995E9A (or 0x995E9A) is known color: Violet Blue. HEX triplet: 99, 5E and 9A. RGB value is (153,94,154). Sum of RGB (Red+Green+Blue) = 153+94+154=401 (53% of max value = 765). Red value is 153 (60.16% from 255 or 38.15% from 401); Green value is 94 (37.11% from 255 or 23.44% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #995E9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995E9A is #66A165. Grayscale: #767676. Windows color (decimal): -6725990 or 10116761. OLE color: 10116761.
HSL color Cylindrical-coordinate representation of color #995E9A: hue angle of 299º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #995E9A is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 153 | 94 | 154 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.40 |
| HSL | 299º | 0.24% | 0.49% | - |
| HSV(B) | 299º | 0.39% | 0.6% | - |
| XYZ | 22.97 | 17.11 | 32.66 | - |
| YUV | 118.48 | 148.05 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 94 | 154 | 0.01 | 0.39 | 0 | 0.40 | 299 | 0.24 | 0.49 |
| Hex | 99 | 5E | 9A | 1 | 27 | 0 | 28 | 12B | 18 | 31 |
| Octal | 231 | 136 | 232 | 1 | 47 | 0 | 50 | 453 | 30 | 61 |
| Binary | 10011001 | 1011110 | 10011010 | 1 | 100111 | 0 | 101000 | 100101011 | 11000 | 110001 |
Color Harmonies of #995E9A
Complementary color
Monochromatic Colors of #995E9A
Black with #995E9A
Text Example
Text Example
White with #995E9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995E9A; }
p { color: rgb(153,94,154); }
H1.HeaderClassName
{
color: #995E9A;
}
.AnyTagClassName
{
color: #995E9A;
}
</style>
background-color css
<style>
a { background-color: #995E9A; }
a { background-color: rgb(153,94,154); }
div.DivClassName
{
background-color: #995E9A;
}
.BgClassName
{
background-color: #995E9A;
}
</style>
border-color css
<style>
span { border-color: #995E9A; }
span { border-color: rgb(153,94,154); }
td.TdClassName
{
border-color: #995E9A;
}
.TagClassName
{
border-color: #995E9A;
}
</style>