Shades of Violet Blue #95518D
Tints of Violet Blue #95518D
RGB
CMYK
RGB Variations
Color information
#95518D (or 0x95518D) is known color: Violet Blue. HEX triplet: 95, 51 and 8D. RGB value is (149,81,141). Sum of RGB (Red+Green+Blue) = 149+81+141=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 149 - color contains mainly: red. Hex color #95518D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #95518D is #6AAE72. Grayscale: #6C6C6C. Windows color (decimal): -6991475 or 9261461. OLE color: 9261461.
HSL color Cylindrical-coordinate representation of color #95518D: hue angle of 307.06º 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 #95518D is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 81 | 141 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.42 |
| HSL | 307.06º | 0.3% | 0.45% | - |
| HSV(B) | 307.06º | 0.46% | 0.58% | - |
| XYZ | 20.14 | 14.2 | 26.88 | - |
| YUV | 108.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 141 | 0 | 0.46 | 0.05 | 0.42 | 307.06 | 0.3 | 0.45 |
| Hex | 95 | 51 | 8D | 0 | 2E | 5 | 2A | 133 | 1E | 2D |
| Octal | 225 | 121 | 215 | 0 | 56 | 5 | 52 | 463 | 36 | 55 |
| Binary | 10010101 | 1010001 | 10001101 | 0 | 101110 | 101 | 101010 | 100110011 | 11110 | 101101 |
Color Harmonies of #95518D
Complementary color
Monochromatic Colors of #95518D
Black with #95518D
Text Example
Text Example
White with #95518D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95518D; }
p { color: rgb(149,81,141); }
H1.HeaderClassName
{
color: #95518D;
}
.AnyTagClassName
{
color: #95518D;
}
</style>
background-color css
<style>
a { background-color: #95518D; }
a { background-color: rgb(149,81,141); }
div.DivClassName
{
background-color: #95518D;
}
.BgClassName
{
background-color: #95518D;
}
</style>
border-color css
<style>
span { border-color: #95518D; }
span { border-color: rgb(149,81,141); }
td.TdClassName
{
border-color: #95518D;
}
.TagClassName
{
border-color: #95518D;
}
</style>