Shades of Violet Blue #955A8D
Tints of Violet Blue #955A8D
RGB
CMYK
RGB Variations
Color information
#955A8D (or 0x955A8D) is known color: Violet Blue. HEX triplet: 95, 5A and 8D. RGB value is (149,90,141). Sum of RGB (Red+Green+Blue) = 149+90+141=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #955A8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A8D is #6AA572. Grayscale: #717171. Windows color (decimal): -6989171 or 9263765. OLE color: 9263765.
HSL color Cylindrical-coordinate representation of color #955A8D: hue angle of 308.14º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A8D is Cyan = 0, Magento = 0.40, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 141 | - |
| CMYK | 0 | 0.40 | 0.05 | 0.42 |
| HSL | 308.14º | 0.25% | 0.47% | - |
| HSV(B) | 308.14º | 0.4% | 0.58% | - |
| XYZ | 20.86 | 15.62 | 27.12 | - |
| YUV | 113.46 | 143.55 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 141 | 0 | 0.40 | 0.05 | 0.42 | 308.14 | 0.25 | 0.47 |
| Hex | 95 | 5A | 8D | 0 | 28 | 5 | 2A | 134 | 19 | 2F |
| Octal | 225 | 132 | 215 | 0 | 50 | 5 | 52 | 464 | 31 | 57 |
| Binary | 10010101 | 1011010 | 10001101 | 0 | 101000 | 101 | 101010 | 100110100 | 11001 | 101111 |
Color Harmonies of #955A8D
Complementary color
Monochromatic Colors of #955A8D
Black with #955A8D
Text Example
Text Example
White with #955A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A8D; }
p { color: rgb(149,90,141); }
H1.HeaderClassName
{
color: #955A8D;
}
.AnyTagClassName
{
color: #955A8D;
}
</style>
background-color css
<style>
a { background-color: #955A8D; }
a { background-color: rgb(149,90,141); }
div.DivClassName
{
background-color: #955A8D;
}
.BgClassName
{
background-color: #955A8D;
}
</style>
border-color css
<style>
span { border-color: #955A8D; }
span { border-color: rgb(149,90,141); }
td.TdClassName
{
border-color: #955A8D;
}
.TagClassName
{
border-color: #955A8D;
}
</style>