Shades of Violet Blue #95529A
Tints of Violet Blue #95529A
RGB
CMYK
RGB Variations
Color information
#95529A (or 0x95529A) is known color: Violet Blue. HEX triplet: 95, 52 and 9A. RGB value is (149,82,154). Sum of RGB (Red+Green+Blue) = 149+82+154=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 82 (32.42% from 255 or 21.30% from 385); Blue value is 154 (60.55% from 255 or 40% from 385); Max value from RGB is 154 - color contains mainly: blue. Hex color #95529A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95529A is #6AAD65. Grayscale: #6E6E6E. Windows color (decimal): -6991206 or 10113685. OLE color: 10113685.
HSL color Cylindrical-coordinate representation of color #95529A: hue angle of 295.83º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #95529A is Cyan = 0.03, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 149 | 82 | 154 | - |
| CMYK | 0.03 | 0.47 | 0 | 0.40 |
| HSL | 295.83º | 0.31% | 0.46% | - |
| HSV(B) | 295.83º | 0.47% | 0.6% | - |
| XYZ | 21.24 | 14.76 | 32.3 | - |
| YUV | 110.24 | 152.7 | 155.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 154 | 0.03 | 0.47 | 0 | 0.40 | 295.83 | 0.31 | 0.46 |
| Hex | 95 | 52 | 9A | 3 | 2F | 0 | 28 | 128 | 1F | 2E |
| Octal | 225 | 122 | 232 | 3 | 57 | 0 | 50 | 450 | 37 | 56 |
| Binary | 10010101 | 1010010 | 10011010 | 11 | 101111 | 0 | 101000 | 100101000 | 11111 | 101110 |
Color Harmonies of #95529A
Complementary color
Monochromatic Colors of #95529A
Black with #95529A
Text Example
Text Example
White with #95529A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95529A; }
p { color: rgb(149,82,154); }
H1.HeaderClassName
{
color: #95529A;
}
.AnyTagClassName
{
color: #95529A;
}
</style>
background-color css
<style>
a { background-color: #95529A; }
a { background-color: rgb(149,82,154); }
div.DivClassName
{
background-color: #95529A;
}
.BgClassName
{
background-color: #95529A;
}
</style>
border-color css
<style>
span { border-color: #95529A; }
span { border-color: rgb(149,82,154); }
td.TdClassName
{
border-color: #95529A;
}
.TagClassName
{
border-color: #95529A;
}
</style>