Shades of Violet Blue #95568D
Tints of Violet Blue #95568D
RGB
CMYK
RGB Variations
Color information
#95568D (or 0x95568D) is known color: Violet Blue. HEX triplet: 95, 56 and 8D. RGB value is (149,86,141). Sum of RGB (Red+Green+Blue) = 149+86+141=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 141 (55.47% from 255 or 37.5% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #95568D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95568D is #6AA972. Grayscale: #6E6E6E. Windows color (decimal): -6990195 or 9262741. OLE color: 9262741.
HSL color Cylindrical-coordinate representation of color #95568D: hue angle of 307.62º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95568D is Cyan = 0, Magento = 0.42, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 86 | 141 | - |
| CMYK | 0 | 0.42 | 0.05 | 0.42 |
| HSL | 307.62º | 0.27% | 0.46% | - |
| HSV(B) | 307.62º | 0.42% | 0.58% | - |
| XYZ | 20.53 | 14.97 | 27.01 | - |
| YUV | 111.11 | 144.87 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 86 | 141 | 0 | 0.42 | 0.05 | 0.42 | 307.62 | 0.27 | 0.46 |
| Hex | 95 | 56 | 8D | 0 | 2A | 5 | 2A | 134 | 1B | 2E |
| Octal | 225 | 126 | 215 | 0 | 52 | 5 | 52 | 464 | 33 | 56 |
| Binary | 10010101 | 1010110 | 10001101 | 0 | 101010 | 101 | 101010 | 100110100 | 11011 | 101110 |
Color Harmonies of #95568D
Complementary color
Monochromatic Colors of #95568D
Black with #95568D
Text Example
Text Example
White with #95568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95568D; }
p { color: rgb(149,86,141); }
H1.HeaderClassName
{
color: #95568D;
}
.AnyTagClassName
{
color: #95568D;
}
</style>
background-color css
<style>
a { background-color: #95568D; }
a { background-color: rgb(149,86,141); }
div.DivClassName
{
background-color: #95568D;
}
.BgClassName
{
background-color: #95568D;
}
</style>
border-color css
<style>
span { border-color: #95568D; }
span { border-color: rgb(149,86,141); }
td.TdClassName
{
border-color: #95568D;
}
.TagClassName
{
border-color: #95568D;
}
</style>