Shades of Vivid Violet #9540A3
Tints of Vivid Violet #9540A3
RGB
CMYK
RGB Variations
Color information
#9540A3 (or 0x9540A3) is known color: Vivid Violet. HEX triplet: 95, 40 and A3. RGB value is (149,64,163). Sum of RGB (Red+Green+Blue) = 149+64+163=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 163 (64.06% from 255 or 43.35% from 376); Max value from RGB is 163 - color contains mainly: blue. Hex color #9540A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9540A3 is #6ABF5C. Grayscale: #646464. Windows color (decimal): -6995805 or 10698901. OLE color: 10698901.
HSL color Cylindrical-coordinate representation of color #9540A3: hue angle of 291.52º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9540A3 is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 149 | 64 | 163 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.36 |
| HSL | 291.52º | 0.44% | 0.45% | - |
| HSV(B) | 291.52º | 0.61% | 0.64% | - |
| XYZ | 20.84 | 12.7 | 36 | - |
| YUV | 100.7 | 163.16 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 64 | 163 | 0.09 | 0.61 | 0 | 0.36 | 291.52 | 0.44 | 0.45 |
| Hex | 95 | 40 | A3 | 9 | 3D | 0 | 24 | 124 | 2C | 2D |
| Octal | 225 | 100 | 243 | 11 | 75 | 0 | 44 | 444 | 54 | 55 |
| Binary | 10010101 | 1000000 | 10100011 | 1001 | 111101 | 0 | 100100 | 100100100 | 101100 | 101101 |
Color Harmonies of #9540A3
Complementary color
Monochromatic Colors of #9540A3
Black with #9540A3
Text Example
Text Example
White with #9540A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9540A3; }
p { color: rgb(149,64,163); }
H1.HeaderClassName
{
color: #9540A3;
}
.AnyTagClassName
{
color: #9540A3;
}
</style>
background-color css
<style>
a { background-color: #9540A3; }
a { background-color: rgb(149,64,163); }
div.DivClassName
{
background-color: #9540A3;
}
.BgClassName
{
background-color: #9540A3;
}
</style>
border-color css
<style>
span { border-color: #9540A3; }
span { border-color: rgb(149,64,163); }
td.TdClassName
{
border-color: #9540A3;
}
.TagClassName
{
border-color: #9540A3;
}
</style>