Shades of Violet Blue #95528D
Tints of Violet Blue #95528D
RGB
CMYK
RGB Variations
Color information
#95528D (or 0x95528D) is known color: Violet Blue. HEX triplet: 95, 52 and 8D. RGB value is (149,82,141). Sum of RGB (Red+Green+Blue) = 149+82+141=372 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.05% from 372); Green value is 82 (32.42% from 255 or 22.04% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 149 - color contains mainly: red. Hex color #95528D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95528D is #6AAD72. Grayscale: #6C6C6C. Windows color (decimal): -6991219 or 9261717. OLE color: 9261717.
HSL color Cylindrical-coordinate representation of color #95528D: hue angle of 307.16º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95528D is Cyan = 0, Magento = 0.45, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 82 | 141 | - |
| CMYK | 0 | 0.45 | 0.05 | 0.42 |
| HSL | 307.16º | 0.29% | 0.45% | - |
| HSV(B) | 307.16º | 0.45% | 0.58% | - |
| XYZ | 20.22 | 14.35 | 26.9 | - |
| YUV | 108.76 | 146.2 | 156.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 82 | 141 | 0 | 0.45 | 0.05 | 0.42 | 307.16 | 0.29 | 0.45 |
| Hex | 95 | 52 | 8D | 0 | 2D | 5 | 2A | 133 | 1D | 2D |
| Octal | 225 | 122 | 215 | 0 | 55 | 5 | 52 | 463 | 35 | 55 |
| Binary | 10010101 | 1010010 | 10001101 | 0 | 101101 | 101 | 101010 | 100110011 | 11101 | 101101 |
Color Harmonies of #95528D
Complementary color
Monochromatic Colors of #95528D
Black with #95528D
Text Example
Text Example
White with #95528D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95528D; }
p { color: rgb(149,82,141); }
H1.HeaderClassName
{
color: #95528D;
}
.AnyTagClassName
{
color: #95528D;
}
</style>
background-color css
<style>
a { background-color: #95528D; }
a { background-color: rgb(149,82,141); }
div.DivClassName
{
background-color: #95528D;
}
.BgClassName
{
background-color: #95528D;
}
</style>
border-color css
<style>
span { border-color: #95528D; }
span { border-color: rgb(149,82,141); }
td.TdClassName
{
border-color: #95528D;
}
.TagClassName
{
border-color: #95528D;
}
</style>