Shades of Violet Blue #95558E
Tints of Violet Blue #95558E
RGB
CMYK
RGB Variations
Color information
#95558E (or 0x95558E) is known color: Violet Blue. HEX triplet: 95, 55 and 8E. RGB value is (149,85,142). Sum of RGB (Red+Green+Blue) = 149+85+142=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95558E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95558E is #6AAA71. Grayscale: #6E6E6E. Windows color (decimal): -6990450 or 9328021. OLE color: 9328021.
HSL color Cylindrical-coordinate representation of color #95558E: hue angle of 306.56º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95558E is Cyan = 0, Magento = 0.43, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 85 | 142 | - |
| CMYK | 0 | 0.43 | 0.05 | 0.42 |
| HSL | 306.56º | 0.27% | 0.46% | - |
| HSV(B) | 306.56º | 0.43% | 0.58% | - |
| XYZ | 20.53 | 14.84 | 27.37 | - |
| YUV | 110.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 142 | 0 | 0.43 | 0.05 | 0.42 | 306.56 | 0.27 | 0.46 |
| Hex | 95 | 55 | 8E | 0 | 2B | 5 | 2A | 133 | 1B | 2E |
| Octal | 225 | 125 | 216 | 0 | 53 | 5 | 52 | 463 | 33 | 56 |
| Binary | 10010101 | 1010101 | 10001110 | 0 | 101011 | 101 | 101010 | 100110011 | 11011 | 101110 |
Color Harmonies of #95558E
Complementary color
Monochromatic Colors of #95558E
Black with #95558E
Text Example
Text Example
White with #95558E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95558E; }
p { color: rgb(149,85,142); }
H1.HeaderClassName
{
color: #95558E;
}
.AnyTagClassName
{
color: #95558E;
}
</style>
background-color css
<style>
a { background-color: #95558E; }
a { background-color: rgb(149,85,142); }
div.DivClassName
{
background-color: #95558E;
}
.BgClassName
{
background-color: #95558E;
}
</style>
border-color css
<style>
span { border-color: #95558E; }
span { border-color: rgb(149,85,142); }
td.TdClassName
{
border-color: #95558E;
}
.TagClassName
{
border-color: #95558E;
}
</style>