Shades of Violet Blue #954BA1
Tints of Violet Blue #954BA1
RGB
CMYK
RGB Variations
Color information
#954BA1 (or 0x954BA1) is known color: Violet Blue. HEX triplet: 95, 4B and A1. RGB value is (149,75,161). Sum of RGB (Red+Green+Blue) = 149+75+161=385 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.70% from 385); Green value is 75 (29.69% from 255 or 19.48% from 385); Blue value is 161 (63.28% from 255 or 41.82% from 385); Max value from RGB is 161 - color contains mainly: blue. Hex color #954BA1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954BA1 is #6AB45E. Grayscale: #6A6A6A. Windows color (decimal): -6992991 or 10570645. OLE color: 10570645.
HSL color Cylindrical-coordinate representation of color #954BA1: hue angle of 291.63º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #954BA1 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 75 | 161 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.37 |
| HSL | 291.63º | 0.36% | 0.46% | - |
| HSV(B) | 291.63º | 0.53% | 0.63% | - |
| XYZ | 21.34 | 13.99 | 35.29 | - |
| YUV | 106.93 | 158.52 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 75 | 161 | 0.07 | 0.53 | 0 | 0.37 | 291.63 | 0.36 | 0.46 |
| Hex | 95 | 4B | A1 | 7 | 35 | 0 | 25 | 124 | 24 | 2E |
| Octal | 225 | 113 | 241 | 7 | 65 | 0 | 45 | 444 | 44 | 56 |
| Binary | 10010101 | 1001011 | 10100001 | 111 | 110101 | 0 | 100101 | 100100100 | 100100 | 101110 |
Color Harmonies of #954BA1
Complementary color
Monochromatic Colors of #954BA1
Black with #954BA1
Text Example
Text Example
White with #954BA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954BA1; }
p { color: rgb(149,75,161); }
H1.HeaderClassName
{
color: #954BA1;
}
.AnyTagClassName
{
color: #954BA1;
}
</style>
background-color css
<style>
a { background-color: #954BA1; }
a { background-color: rgb(149,75,161); }
div.DivClassName
{
background-color: #954BA1;
}
.BgClassName
{
background-color: #954BA1;
}
</style>
border-color css
<style>
span { border-color: #954BA1; }
span { border-color: rgb(149,75,161); }
td.TdClassName
{
border-color: #954BA1;
}
.TagClassName
{
border-color: #954BA1;
}
</style>