Shades of Violet Blue #95518C
Tints of Violet Blue #95518C
RGB
CMYK
RGB Variations
Color information
#95518C (or 0x95518C) is known color: Violet Blue. HEX triplet: 95, 51 and 8C. RGB value is (149,81,140). Sum of RGB (Red+Green+Blue) = 149+81+140=370 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.27% from 370); Green value is 81 (32.03% from 255 or 21.89% from 370); Blue value is 140 (55.08% from 255 or 37.84% from 370); Max value from RGB is 149 - color contains mainly: red. Hex color #95518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95518C is #6AAE73. Grayscale: #6B6B6B. Windows color (decimal): -6991476 or 9195925. OLE color: 9195925.
HSL color Cylindrical-coordinate representation of color #95518C: hue angle of 307.94º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #95518C is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 140 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.42 |
| HSL | 307.94º | 0.3% | 0.45% | - |
| HSV(B) | 307.94º | 0.46% | 0.58% | - |
| XYZ | 20.07 | 14.17 | 26.49 | - |
| YUV | 108.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 140 | 0 | 0.46 | 0.06 | 0.42 | 307.94 | 0.3 | 0.45 |
| Hex | 95 | 51 | 8C | 0 | 2E | 6 | 2A | 134 | 1E | 2D |
| Octal | 225 | 121 | 214 | 0 | 56 | 6 | 52 | 464 | 36 | 55 |
| Binary | 10010101 | 1010001 | 10001100 | 0 | 101110 | 110 | 101010 | 100110100 | 11110 | 101101 |
Color Harmonies of #95518C
Complementary color
Monochromatic Colors of #95518C
Black with #95518C
Text Example
Text Example
White with #95518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95518C; }
p { color: rgb(149,81,140); }
H1.HeaderClassName
{
color: #95518C;
}
.AnyTagClassName
{
color: #95518C;
}
</style>
background-color css
<style>
a { background-color: #95518C; }
a { background-color: rgb(149,81,140); }
div.DivClassName
{
background-color: #95518C;
}
.BgClassName
{
background-color: #95518C;
}
</style>
border-color css
<style>
span { border-color: #95518C; }
span { border-color: rgb(149,81,140); }
td.TdClassName
{
border-color: #95518C;
}
.TagClassName
{
border-color: #95518C;
}
</style>