Shades of Violet Blue #95579F
Tints of Violet Blue #95579F
RGB
CMYK
RGB Variations
Color information
#95579F (or 0x95579F) is known color: Violet Blue. HEX triplet: 95, 57 and 9F. RGB value is (149,87,159). Sum of RGB (Red+Green+Blue) = 149+87+159=395 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.72% from 395); Green value is 87 (34.38% from 255 or 22.03% from 395); Blue value is 159 (62.5% from 255 or 40.25% from 395); Max value from RGB is 159 - color contains mainly: blue. Hex color #95579F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95579F is #6AA860. Grayscale: #717171. Windows color (decimal): -6989921 or 10442645. OLE color: 10442645.
HSL color Cylindrical-coordinate representation of color #95579F: hue angle of 291.67º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #95579F is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 87 | 159 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.38 |
| HSL | 291.67º | 0.29% | 0.48% | - |
| HSV(B) | 291.67º | 0.45% | 0.62% | - |
| XYZ | 22.06 | 15.71 | 34.67 | - |
| YUV | 113.75 | 153.54 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 87 | 159 | 0.06 | 0.45 | 0 | 0.38 | 291.67 | 0.29 | 0.48 |
| Hex | 95 | 57 | 9F | 6 | 2D | 0 | 26 | 124 | 1D | 30 |
| Octal | 225 | 127 | 237 | 6 | 55 | 0 | 46 | 444 | 35 | 60 |
| Binary | 10010101 | 1010111 | 10011111 | 110 | 101101 | 0 | 100110 | 100100100 | 11101 | 110000 |
Color Harmonies of #95579F
Complementary color
Monochromatic Colors of #95579F
Black with #95579F
Text Example
Text Example
White with #95579F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95579F; }
p { color: rgb(149,87,159); }
H1.HeaderClassName
{
color: #95579F;
}
.AnyTagClassName
{
color: #95579F;
}
</style>
background-color css
<style>
a { background-color: #95579F; }
a { background-color: rgb(149,87,159); }
div.DivClassName
{
background-color: #95579F;
}
.BgClassName
{
background-color: #95579F;
}
</style>
border-color css
<style>
span { border-color: #95579F; }
span { border-color: rgb(149,87,159); }
td.TdClassName
{
border-color: #95579F;
}
.TagClassName
{
border-color: #95579F;
}
</style>