Shades of Violet Blue #954AA2
Tints of Violet Blue #954AA2
RGB
CMYK
RGB Variations
Color information
#954AA2 (or 0x954AA2) is known color: Violet Blue. HEX triplet: 95, 4A and A2. RGB value is (149,74,162). Sum of RGB (Red+Green+Blue) = 149+74+162=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 74 (29.30% from 255 or 19.22% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #954AA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954AA2 is #6AB55D. Grayscale: #6A6A6A. Windows color (decimal): -6993246 or 10635925. OLE color: 10635925.
HSL color Cylindrical-coordinate representation of color #954AA2: hue angle of 291.14º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954AA2 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 74 | 162 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.36 |
| HSL | 291.14º | 0.37% | 0.46% | - |
| HSV(B) | 291.14º | 0.54% | 0.64% | - |
| XYZ | 21.36 | 13.9 | 35.74 | - |
| YUV | 106.46 | 159.35 | 158.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 74 | 162 | 0.08 | 0.54 | 0 | 0.36 | 291.14 | 0.37 | 0.46 |
| Hex | 95 | 4A | A2 | 8 | 36 | 0 | 24 | 123 | 25 | 2E |
| Octal | 225 | 112 | 242 | 10 | 66 | 0 | 44 | 443 | 45 | 56 |
| Binary | 10010101 | 1001010 | 10100010 | 1000 | 110110 | 0 | 100100 | 100100011 | 100101 | 101110 |
Color Harmonies of #954AA2
Complementary color
Monochromatic Colors of #954AA2
Black with #954AA2
Text Example
Text Example
White with #954AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954AA2; }
p { color: rgb(149,74,162); }
H1.HeaderClassName
{
color: #954AA2;
}
.AnyTagClassName
{
color: #954AA2;
}
</style>
background-color css
<style>
a { background-color: #954AA2; }
a { background-color: rgb(149,74,162); }
div.DivClassName
{
background-color: #954AA2;
}
.BgClassName
{
background-color: #954AA2;
}
</style>
border-color css
<style>
span { border-color: #954AA2; }
span { border-color: rgb(149,74,162); }
td.TdClassName
{
border-color: #954AA2;
}
.TagClassName
{
border-color: #954AA2;
}
</style>