Shades of Violet Blue #955B8D
Tints of Violet Blue #955B8D
RGB
CMYK
RGB Variations
Color information
#955B8D (or 0x955B8D) is known color: Violet Blue. HEX triplet: 95, 5B and 8D. RGB value is (149,91,141). Sum of RGB (Red+Green+Blue) = 149+91+141=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 91 (35.94% from 255 or 23.88% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #955B8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955B8D is #6AA472. Grayscale: #717171. Windows color (decimal): -6988915 or 9264021. OLE color: 9264021.
HSL color Cylindrical-coordinate representation of color #955B8D: hue angle of 308.28º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #955B8D is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 91 | 141 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.42 |
| HSL | 308.28º | 0.24% | 0.47% | - |
| HSV(B) | 308.28º | 0.39% | 0.58% | - |
| XYZ | 20.94 | 15.79 | 27.14 | - |
| YUV | 114.04 | 143.22 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 141 | 0 | 0.39 | 0.05 | 0.42 | 308.28 | 0.24 | 0.47 |
| Hex | 95 | 5B | 8D | 0 | 27 | 5 | 2A | 134 | 18 | 2F |
| Octal | 225 | 133 | 215 | 0 | 47 | 5 | 52 | 464 | 30 | 57 |
| Binary | 10010101 | 1011011 | 10001101 | 0 | 100111 | 101 | 101010 | 100110100 | 11000 | 101111 |
Color Harmonies of #955B8D
Complementary color
Monochromatic Colors of #955B8D
Black with #955B8D
Text Example
Text Example
White with #955B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955B8D; }
p { color: rgb(149,91,141); }
H1.HeaderClassName
{
color: #955B8D;
}
.AnyTagClassName
{
color: #955B8D;
}
</style>
background-color css
<style>
a { background-color: #955B8D; }
a { background-color: rgb(149,91,141); }
div.DivClassName
{
background-color: #955B8D;
}
.BgClassName
{
background-color: #955B8D;
}
</style>
border-color css
<style>
span { border-color: #955B8D; }
span { border-color: rgb(149,91,141); }
td.TdClassName
{
border-color: #955B8D;
}
.TagClassName
{
border-color: #955B8D;
}
</style>