Shades of Violet Blue #955D8E
Tints of Violet Blue #955D8E
RGB
CMYK
RGB Variations
Color information
#955D8E (or 0x955D8E) is known color: Violet Blue. HEX triplet: 95, 5D and 8E. RGB value is (149,93,142). Sum of RGB (Red+Green+Blue) = 149+93+142=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 93 (36.72% from 255 or 24.22% from 384); Blue value is 142 (55.86% from 255 or 36.98% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #955D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955D8E is #6AA271. Grayscale: #737373. Windows color (decimal): -6988402 or 9330069. OLE color: 9330069.
HSL color Cylindrical-coordinate representation of color #955D8E: hue angle of 307.5º 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 #955D8E is Cyan = 0, Magento = 0.38, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 93 | 142 | - |
| CMYK | 0 | 0.38 | 0.05 | 0.42 |
| HSL | 307.5º | 0.23% | 0.47% | - |
| HSV(B) | 307.5º | 0.38% | 0.58% | - |
| XYZ | 21.19 | 16.17 | 27.6 | - |
| YUV | 115.33 | 143.05 | 152.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 93 | 142 | 0 | 0.38 | 0.05 | 0.42 | 307.5 | 0.23 | 0.47 |
| Hex | 95 | 5D | 8E | 0 | 26 | 5 | 2A | 134 | 17 | 2F |
| Octal | 225 | 135 | 216 | 0 | 46 | 5 | 52 | 464 | 27 | 57 |
| Binary | 10010101 | 1011101 | 10001110 | 0 | 100110 | 101 | 101010 | 100110100 | 10111 | 101111 |
Color Harmonies of #955D8E
Complementary color
Monochromatic Colors of #955D8E
Black with #955D8E
Text Example
Text Example
White with #955D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955D8E; }
p { color: rgb(149,93,142); }
H1.HeaderClassName
{
color: #955D8E;
}
.AnyTagClassName
{
color: #955D8E;
}
</style>
background-color css
<style>
a { background-color: #955D8E; }
a { background-color: rgb(149,93,142); }
div.DivClassName
{
background-color: #955D8E;
}
.BgClassName
{
background-color: #955D8E;
}
</style>
border-color css
<style>
span { border-color: #955D8E; }
span { border-color: rgb(149,93,142); }
td.TdClassName
{
border-color: #955D8E;
}
.TagClassName
{
border-color: #955D8E;
}
</style>