Shades of Violet Blue #954DA3
Tints of Violet Blue #954DA3
RGB
CMYK
RGB Variations
Color information
#954DA3 (or 0x954DA3) is known color: Violet Blue. HEX triplet: 95, 4D and A3. RGB value is (149,77,163). Sum of RGB (Red+Green+Blue) = 149+77+163=389 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.30% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 163 (64.06% from 255 or 41.90% from 389); Max value from RGB is 163 - color contains mainly: blue. Hex color #954DA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #954DA3 is #6AB25C. Grayscale: #6C6C6C. Windows color (decimal): -6992477 or 10702229. OLE color: 10702229.
HSL color Cylindrical-coordinate representation of color #954DA3: hue angle of 290.23º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #954DA3 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 77 | 163 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.36 |
| HSL | 290.23º | 0.36% | 0.47% | - |
| HSV(B) | 290.23º | 0.53% | 0.64% | - |
| XYZ | 21.66 | 14.34 | 36.28 | - |
| YUV | 108.33 | 158.85 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 77 | 163 | 0.09 | 0.53 | 0 | 0.36 | 290.23 | 0.36 | 0.47 |
| Hex | 95 | 4D | A3 | 9 | 35 | 0 | 24 | 122 | 24 | 2F |
| Octal | 225 | 115 | 243 | 11 | 65 | 0 | 44 | 442 | 44 | 57 |
| Binary | 10010101 | 1001101 | 10100011 | 1001 | 110101 | 0 | 100100 | 100100010 | 100100 | 101111 |
Color Harmonies of #954DA3
Complementary color
Monochromatic Colors of #954DA3
Black with #954DA3
Text Example
Text Example
White with #954DA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954DA3; }
p { color: rgb(149,77,163); }
H1.HeaderClassName
{
color: #954DA3;
}
.AnyTagClassName
{
color: #954DA3;
}
</style>
background-color css
<style>
a { background-color: #954DA3; }
a { background-color: rgb(149,77,163); }
div.DivClassName
{
background-color: #954DA3;
}
.BgClassName
{
background-color: #954DA3;
}
</style>
border-color css
<style>
span { border-color: #954DA3; }
span { border-color: rgb(149,77,163); }
td.TdClassName
{
border-color: #954DA3;
}
.TagClassName
{
border-color: #954DA3;
}
</style>