Shades of Violet Blue #954CA3
Tints of Violet Blue #954CA3
RGB
CMYK
RGB Variations
Color information
#954CA3 (or 0x954CA3) is known color: Violet Blue. HEX triplet: 95, 4C and A3. RGB value is (149,76,163). Sum of RGB (Red+Green+Blue) = 149+76+163=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 163 (64.06% from 255 or 42.01% from 388); Max value from RGB is 163 - color contains mainly: blue. Hex color #954CA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954CA3 is #6AB35C. Grayscale: #6B6B6B. Windows color (decimal): -6992733 or 10701973. OLE color: 10701973.
HSL color Cylindrical-coordinate representation of color #954CA3: hue angle of 290.34º 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 #954CA3 is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 76 | 163 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.36 |
| HSL | 290.34º | 0.36% | 0.47% | - |
| HSV(B) | 290.34º | 0.53% | 0.64% | - |
| XYZ | 21.59 | 14.2 | 36.25 | - |
| YUV | 107.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 76 | 163 | 0.09 | 0.53 | 0 | 0.36 | 290.34 | 0.36 | 0.47 |
| Hex | 95 | 4C | A3 | 9 | 35 | 0 | 24 | 122 | 24 | 2F |
| Octal | 225 | 114 | 243 | 11 | 65 | 0 | 44 | 442 | 44 | 57 |
| Binary | 10010101 | 1001100 | 10100011 | 1001 | 110101 | 0 | 100100 | 100100010 | 100100 | 101111 |
Color Harmonies of #954CA3
Complementary color
Monochromatic Colors of #954CA3
Black with #954CA3
Text Example
Text Example
White with #954CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #954CA3; }
p { color: rgb(149,76,163); }
H1.HeaderClassName
{
color: #954CA3;
}
.AnyTagClassName
{
color: #954CA3;
}
</style>
background-color css
<style>
a { background-color: #954CA3; }
a { background-color: rgb(149,76,163); }
div.DivClassName
{
background-color: #954CA3;
}
.BgClassName
{
background-color: #954CA3;
}
</style>
border-color css
<style>
span { border-color: #954CA3; }
span { border-color: rgb(149,76,163); }
td.TdClassName
{
border-color: #954CA3;
}
.TagClassName
{
border-color: #954CA3;
}
</style>