Shades of Violet Blue #955FA3
Tints of Violet Blue #955FA3
RGB
CMYK
RGB Variations
Color information
#955FA3 (or 0x955FA3) is known color: Violet Blue. HEX triplet: 95, 5F and A3. RGB value is (149,95,163). Sum of RGB (Red+Green+Blue) = 149+95+163=407 (53% of max value = 765). Red value is 149 (58.59% from 255 or 36.61% from 407); Green value is 95 (37.5% from 255 or 23.34% from 407); Blue value is 163 (64.06% from 255 or 40.05% from 407); Max value from RGB is 163 - color contains mainly: blue. Hex color #955FA3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955FA3 is #6AA05C. Grayscale: #767676. Windows color (decimal): -6987869 or 10706837. OLE color: 10706837.
HSL color Cylindrical-coordinate representation of color #955FA3: hue angle of 287.65º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #955FA3 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 95 | 163 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.36 |
| HSL | 287.65º | 0.27% | 0.51% | - |
| HSV(B) | 287.65º | 0.42% | 0.64% | - |
| XYZ | 23.1 | 17.22 | 36.76 | - |
| YUV | 118.9 | 152.89 | 149.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 163 | 0.09 | 0.42 | 0 | 0.36 | 287.65 | 0.27 | 0.51 |
| Hex | 95 | 5F | A3 | 9 | 2A | 0 | 24 | 120 | 1B | 33 |
| Octal | 225 | 137 | 243 | 11 | 52 | 0 | 44 | 440 | 33 | 63 |
| Binary | 10010101 | 1011111 | 10100011 | 1001 | 101010 | 0 | 100100 | 100100000 | 11011 | 110011 |
Color Harmonies of #955FA3
Complementary color
Monochromatic Colors of #955FA3
Black with #955FA3
Text Example
Text Example
White with #955FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FA3; }
p { color: rgb(149,95,163); }
H1.HeaderClassName
{
color: #955FA3;
}
.AnyTagClassName
{
color: #955FA3;
}
</style>
background-color css
<style>
a { background-color: #955FA3; }
a { background-color: rgb(149,95,163); }
div.DivClassName
{
background-color: #955FA3;
}
.BgClassName
{
background-color: #955FA3;
}
</style>
border-color css
<style>
span { border-color: #955FA3; }
span { border-color: rgb(149,95,163); }
td.TdClassName
{
border-color: #955FA3;
}
.TagClassName
{
border-color: #955FA3;
}
</style>