Shades of Violet Blue #955E9C
Tints of Violet Blue #955E9C
RGB
CMYK
RGB Variations
Color information
#955E9C (or 0x955E9C) is known color: Violet Blue. HEX triplet: 95, 5E and 9C. RGB value is (149,94,156). Sum of RGB (Red+Green+Blue) = 149+94+156=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 156 - color contains mainly: blue. Hex color #955E9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955E9C is #6AA163. Grayscale: #757575. Windows color (decimal): -6988132 or 10247829. OLE color: 10247829.
HSL color Cylindrical-coordinate representation of color #955E9C: hue angle of 293.23º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955E9C is Cyan = 0.04, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 94 | 156 | - |
| CMYK | 0.04 | 0.40 | 0 | 0.39 |
| HSL | 293.23º | 0.25% | 0.49% | - |
| HSV(B) | 293.23º | 0.4% | 0.61% | - |
| XYZ | 22.4 | 16.8 | 33.51 | - |
| YUV | 117.51 | 149.72 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 156 | 0.04 | 0.40 | 0 | 0.39 | 293.23 | 0.25 | 0.49 |
| Hex | 95 | 5E | 9C | 4 | 28 | 0 | 27 | 125 | 19 | 31 |
| Octal | 225 | 136 | 234 | 4 | 50 | 0 | 47 | 445 | 31 | 61 |
| Binary | 10010101 | 1011110 | 10011100 | 100 | 101000 | 0 | 100111 | 100100101 | 11001 | 110001 |
Color Harmonies of #955E9C
Complementary color
Monochromatic Colors of #955E9C
Black with #955E9C
Text Example
Text Example
White with #955E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955E9C; }
p { color: rgb(149,94,156); }
H1.HeaderClassName
{
color: #955E9C;
}
.AnyTagClassName
{
color: #955E9C;
}
</style>
background-color css
<style>
a { background-color: #955E9C; }
a { background-color: rgb(149,94,156); }
div.DivClassName
{
background-color: #955E9C;
}
.BgClassName
{
background-color: #955E9C;
}
</style>
border-color css
<style>
span { border-color: #955E9C; }
span { border-color: rgb(149,94,156); }
td.TdClassName
{
border-color: #955E9C;
}
.TagClassName
{
border-color: #955E9C;
}
</style>