Shades of Violet Blue #995AA6
Tints of Violet Blue #995AA6
RGB
CMYK
RGB Variations
Color information
#995AA6 (or 0x995AA6) is known color: Violet Blue. HEX triplet: 99, 5A and A6. RGB value is (153,90,166). Sum of RGB (Red+Green+Blue) = 153+90+166=409 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.41% from 409); Green value is 90 (35.55% from 255 or 22.00% from 409); Blue value is 166 (65.23% from 255 or 40.59% from 409); Max value from RGB is 166 - color contains mainly: blue. Hex color #995AA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #995AA6 is #66A559. Grayscale: #757575. Windows color (decimal): -6727002 or 10902169. OLE color: 10902169.
HSL color Cylindrical-coordinate representation of color #995AA6: hue angle of 289.74º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #995AA6 is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 90 | 166 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.35 |
| HSL | 289.74º | 0.3% | 0.5% | - |
| HSV(B) | 289.74º | 0.46% | 0.65% | - |
| XYZ | 23.68 | 16.84 | 38.08 | - |
| YUV | 117.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 90 | 166 | 0.08 | 0.46 | 0 | 0.35 | 289.74 | 0.3 | 0.5 |
| Hex | 99 | 5A | A6 | 8 | 2E | 0 | 23 | 122 | 1E | 32 |
| Octal | 231 | 132 | 246 | 10 | 56 | 0 | 43 | 442 | 36 | 62 |
| Binary | 10011001 | 1011010 | 10100110 | 1000 | 101110 | 0 | 100011 | 100100010 | 11110 | 110010 |
Color Harmonies of #995AA6
Complementary color
Monochromatic Colors of #995AA6
Black with #995AA6
Text Example
Text Example
White with #995AA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #995AA6; }
p { color: rgb(153,90,166); }
H1.HeaderClassName
{
color: #995AA6;
}
.AnyTagClassName
{
color: #995AA6;
}
</style>
background-color css
<style>
a { background-color: #995AA6; }
a { background-color: rgb(153,90,166); }
div.DivClassName
{
background-color: #995AA6;
}
.BgClassName
{
background-color: #995AA6;
}
</style>
border-color css
<style>
span { border-color: #995AA6; }
span { border-color: rgb(153,90,166); }
td.TdClassName
{
border-color: #995AA6;
}
.TagClassName
{
border-color: #995AA6;
}
</style>