Shades of Violet Blue #955D8F
Tints of Violet Blue #955D8F
RGB
CMYK
RGB Variations
Color information
#955D8F (or 0x955D8F) is known color: Violet Blue. HEX triplet: 95, 5D and 8F. RGB value is (149,93,143). Sum of RGB (Red+Green+Blue) = 149+93+143=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 93 (36.72% from 255 or 24.16% from 385); Blue value is 143 (56.25% from 255 or 37.14% from 385); Max value from RGB is 149 - color contains mainly: red. Hex color #955D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955D8F is #6AA270. Grayscale: #737373. Windows color (decimal): -6988401 or 9395605. OLE color: 9395605.
HSL color Cylindrical-coordinate representation of color #955D8F: hue angle of 306.43º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #955D8F is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 143 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.42 |
| HSL | 306.43º | 0.23% | 0.47% | - |
| HSV(B) | 306.43º | 0.38% | 0.58% | - |
| XYZ | 21.27 | 16.2 | 27.99 | - |
| YUV | 115.44 | 143.55 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 143 | 0 | 0.38 | 0.04 | 0.42 | 306.43 | 0.23 | 0.47 |
| Hex | 95 | 5D | 8F | 0 | 26 | 4 | 2A | 132 | 17 | 2F |
| Octal | 225 | 135 | 217 | 0 | 46 | 4 | 52 | 462 | 27 | 57 |
| Binary | 10010101 | 1011101 | 10001111 | 0 | 100110 | 100 | 101010 | 100110010 | 10111 | 101111 |
Color Harmonies of #955D8F
Complementary color
Monochromatic Colors of #955D8F
Black with #955D8F
Text Example
Text Example
White with #955D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D8F; }
p { color: rgb(149,93,143); }
H1.HeaderClassName
{
color: #955D8F;
}
.AnyTagClassName
{
color: #955D8F;
}
</style>
background-color css
<style>
a { background-color: #955D8F; }
a { background-color: rgb(149,93,143); }
div.DivClassName
{
background-color: #955D8F;
}
.BgClassName
{
background-color: #955D8F;
}
</style>
border-color css
<style>
span { border-color: #955D8F; }
span { border-color: rgb(149,93,143); }
td.TdClassName
{
border-color: #955D8F;
}
.TagClassName
{
border-color: #955D8F;
}
</style>