Shades of Violet Blue #954EA1
Tints of Violet Blue #954EA1
RGB
CMYK
RGB Variations
Color information
#954EA1 (or 0x954EA1) is known color: Violet Blue. HEX triplet: 95, 4E and A1. RGB value is (149,78,161). Sum of RGB (Red+Green+Blue) = 149+78+161=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 161 (63.28% from 255 or 41.49% from 388); Max value from RGB is 161 - color contains mainly: blue. Hex color #954EA1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954EA1 is #6AB15E. Grayscale: #6C6C6C. Windows color (decimal): -6992223 or 10571413. OLE color: 10571413.
HSL color Cylindrical-coordinate representation of color #954EA1: hue angle of 291.33º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954EA1 is Cyan = 0.07, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 149 | 78 | 161 | - |
| CMYK | 0.07 | 0.52 | 0 | 0.37 |
| HSL | 291.33º | 0.35% | 0.47% | - |
| HSV(B) | 291.33º | 0.52% | 0.63% | - |
| XYZ | 21.55 | 14.41 | 35.36 | - |
| YUV | 108.69 | 157.52 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 78 | 161 | 0.07 | 0.52 | 0 | 0.37 | 291.33 | 0.35 | 0.47 |
| Hex | 95 | 4E | A1 | 7 | 34 | 0 | 25 | 123 | 23 | 2F |
| Octal | 225 | 116 | 241 | 7 | 64 | 0 | 45 | 443 | 43 | 57 |
| Binary | 10010101 | 1001110 | 10100001 | 111 | 110100 | 0 | 100101 | 100100011 | 100011 | 101111 |
Color Harmonies of #954EA1
Complementary color
Monochromatic Colors of #954EA1
Black with #954EA1
Text Example
Text Example
White with #954EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954EA1; }
p { color: rgb(149,78,161); }
H1.HeaderClassName
{
color: #954EA1;
}
.AnyTagClassName
{
color: #954EA1;
}
</style>
background-color css
<style>
a { background-color: #954EA1; }
a { background-color: rgb(149,78,161); }
div.DivClassName
{
background-color: #954EA1;
}
.BgClassName
{
background-color: #954EA1;
}
</style>
border-color css
<style>
span { border-color: #954EA1; }
span { border-color: rgb(149,78,161); }
td.TdClassName
{
border-color: #954EA1;
}
.TagClassName
{
border-color: #954EA1;
}
</style>