Shades of Violet Blue #954A8C
Tints of Violet Blue #954A8C
RGB
CMYK
RGB Variations
Color information
#954A8C (or 0x954A8C) is known color: Violet Blue. HEX triplet: 95, 4A and 8C. RGB value is (149,74,140). Sum of RGB (Red+Green+Blue) = 149+74+140=363 (48% of max value = 765). Red value is 149 (58.59% from 255 or 41.05% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 140 (55.08% from 255 or 38.57% from 363); Max value from RGB is 149 - color contains mainly: red. Hex color #954A8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954A8C is #6AB573. Grayscale: #676767. Windows color (decimal): -6993268 or 9194133. OLE color: 9194133.
HSL color Cylindrical-coordinate representation of color #954A8C: hue angle of 307.2º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #954A8C is Cyan = 0, Magento = 0.50, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 74 | 140 | - |
| CMYK | 0 | 0.50 | 0.06 | 0.42 |
| HSL | 307.2º | 0.34% | 0.44% | - |
| HSV(B) | 307.2º | 0.5% | 0.58% | - |
| XYZ | 19.58 | 13.18 | 26.32 | - |
| YUV | 103.95 | 148.35 | 160.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 140 | 0 | 0.50 | 0.06 | 0.42 | 307.2 | 0.34 | 0.44 |
| Hex | 95 | 4A | 8C | 0 | 32 | 6 | 2A | 133 | 22 | 2C |
| Octal | 225 | 112 | 214 | 0 | 62 | 6 | 52 | 463 | 42 | 54 |
| Binary | 10010101 | 1001010 | 10001100 | 0 | 110010 | 110 | 101010 | 100110011 | 100010 | 101100 |
Color Harmonies of #954A8C
Complementary color
Monochromatic Colors of #954A8C
Black with #954A8C
Text Example
Text Example
White with #954A8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954A8C; }
p { color: rgb(149,74,140); }
H1.HeaderClassName
{
color: #954A8C;
}
.AnyTagClassName
{
color: #954A8C;
}
</style>
background-color css
<style>
a { background-color: #954A8C; }
a { background-color: rgb(149,74,140); }
div.DivClassName
{
background-color: #954A8C;
}
.BgClassName
{
background-color: #954A8C;
}
</style>
border-color css
<style>
span { border-color: #954A8C; }
span { border-color: rgb(149,74,140); }
td.TdClassName
{
border-color: #954A8C;
}
.TagClassName
{
border-color: #954A8C;
}
</style>