Shades of Violet Blue #954D9C
Tints of Violet Blue #954D9C
RGB
CMYK
RGB Variations
Color information
#954D9C (or 0x954D9C) is known color: Violet Blue. HEX triplet: 95, 4D and 9C. RGB value is (149,77,156). Sum of RGB (Red+Green+Blue) = 149+77+156=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 77 (30.47% from 255 or 20.16% from 382); Blue value is 156 (61.33% from 255 or 40.84% from 382); Max value from RGB is 156 - color contains mainly: blue. Hex color #954D9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954D9C is #6AB263. Grayscale: #6B6B6B. Windows color (decimal): -6992484 or 10243477. OLE color: 10243477.
HSL color Cylindrical-coordinate representation of color #954D9C: hue angle of 294.68º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #954D9C is Cyan = 0.04, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 77 | 156 | - |
| CMYK | 0.04 | 0.51 | 0 | 0.39 |
| HSL | 294.68º | 0.34% | 0.46% | - |
| HSV(B) | 294.68º | 0.51% | 0.61% | - |
| XYZ | 21.05 | 14.1 | 33.06 | - |
| YUV | 107.53 | 155.35 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 156 | 0.04 | 0.51 | 0 | 0.39 | 294.68 | 0.34 | 0.46 |
| Hex | 95 | 4D | 9C | 4 | 33 | 0 | 27 | 127 | 22 | 2E |
| Octal | 225 | 115 | 234 | 4 | 63 | 0 | 47 | 447 | 42 | 56 |
| Binary | 10010101 | 1001101 | 10011100 | 100 | 110011 | 0 | 100111 | 100100111 | 100010 | 101110 |
Color Harmonies of #954D9C
Complementary color
Monochromatic Colors of #954D9C
Black with #954D9C
Text Example
Text Example
White with #954D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954D9C; }
p { color: rgb(149,77,156); }
H1.HeaderClassName
{
color: #954D9C;
}
.AnyTagClassName
{
color: #954D9C;
}
</style>
background-color css
<style>
a { background-color: #954D9C; }
a { background-color: rgb(149,77,156); }
div.DivClassName
{
background-color: #954D9C;
}
.BgClassName
{
background-color: #954D9C;
}
</style>
border-color css
<style>
span { border-color: #954D9C; }
span { border-color: rgb(149,77,156); }
td.TdClassName
{
border-color: #954D9C;
}
.TagClassName
{
border-color: #954D9C;
}
</style>