Shades of Violet Blue #955D8C
Tints of Violet Blue #955D8C
RGB
CMYK
RGB Variations
Color information
#955D8C (or 0x955D8C) is known color: Violet Blue. HEX triplet: 95, 5D and 8C. RGB value is (149,93,140). Sum of RGB (Red+Green+Blue) = 149+93+140=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #955D8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955D8C is #6AA273. Grayscale: #727272. Windows color (decimal): -6988404 or 9198997. OLE color: 9198997.
HSL color Cylindrical-coordinate representation of color #955D8C: hue angle of 309.64º 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 #955D8C is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 140 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.42 |
| HSL | 309.64º | 0.23% | 0.47% | - |
| HSV(B) | 309.64º | 0.38% | 0.58% | - |
| XYZ | 21.04 | 16.11 | 26.81 | - |
| YUV | 115.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 140 | 0 | 0.38 | 0.06 | 0.42 | 309.64 | 0.23 | 0.47 |
| Hex | 95 | 5D | 8C | 0 | 26 | 6 | 2A | 136 | 17 | 2F |
| Octal | 225 | 135 | 214 | 0 | 46 | 6 | 52 | 466 | 27 | 57 |
| Binary | 10010101 | 1011101 | 10001100 | 0 | 100110 | 110 | 101010 | 100110110 | 10111 | 101111 |
Color Harmonies of #955D8C
Complementary color
Monochromatic Colors of #955D8C
Black with #955D8C
Text Example
Text Example
White with #955D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D8C; }
p { color: rgb(149,93,140); }
H1.HeaderClassName
{
color: #955D8C;
}
.AnyTagClassName
{
color: #955D8C;
}
</style>
background-color css
<style>
a { background-color: #955D8C; }
a { background-color: rgb(149,93,140); }
div.DivClassName
{
background-color: #955D8C;
}
.BgClassName
{
background-color: #955D8C;
}
</style>
border-color css
<style>
span { border-color: #955D8C; }
span { border-color: rgb(149,93,140); }
td.TdClassName
{
border-color: #955D8C;
}
.TagClassName
{
border-color: #955D8C;
}
</style>