Shades of Violet Blue #955A8C
Tints of Violet Blue #955A8C
RGB
CMYK
RGB Variations
Color information
#955A8C (or 0x955A8C) is known color: Violet Blue. HEX triplet: 95, 5A and 8C. RGB value is (149,90,140). Sum of RGB (Red+Green+Blue) = 149+90+140=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 90 (35.55% from 255 or 23.75% from 379); Blue value is 140 (55.08% from 255 or 36.94% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #955A8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955A8C is #6AA573. Grayscale: #717171. Windows color (decimal): -6989172 or 9198229. OLE color: 9198229.
HSL color Cylindrical-coordinate representation of color #955A8C: hue angle of 309.15º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #955A8C is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 90 | 140 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.42 |
| HSL | 309.15º | 0.25% | 0.47% | - |
| HSV(B) | 309.15º | 0.4% | 0.58% | - |
| XYZ | 20.78 | 15.6 | 26.73 | - |
| YUV | 113.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 140 | 0 | 0.40 | 0.06 | 0.42 | 309.15 | 0.25 | 0.47 |
| Hex | 95 | 5A | 8C | 0 | 28 | 6 | 2A | 135 | 19 | 2F |
| Octal | 225 | 132 | 214 | 0 | 50 | 6 | 52 | 465 | 31 | 57 |
| Binary | 10010101 | 1011010 | 10001100 | 0 | 101000 | 110 | 101010 | 100110101 | 11001 | 101111 |
Color Harmonies of #955A8C
Complementary color
Monochromatic Colors of #955A8C
Black with #955A8C
Text Example
Text Example
White with #955A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955A8C; }
p { color: rgb(149,90,140); }
H1.HeaderClassName
{
color: #955A8C;
}
.AnyTagClassName
{
color: #955A8C;
}
</style>
background-color css
<style>
a { background-color: #955A8C; }
a { background-color: rgb(149,90,140); }
div.DivClassName
{
background-color: #955A8C;
}
.BgClassName
{
background-color: #955A8C;
}
</style>
border-color css
<style>
span { border-color: #955A8C; }
span { border-color: rgb(149,90,140); }
td.TdClassName
{
border-color: #955A8C;
}
.TagClassName
{
border-color: #955A8C;
}
</style>