Shades of True V #9579CA
Tints of True V #9579CA
RGB
CMYK
RGB Variations
Color information
#9579CA (or 0x9579CA) is known color: True V. HEX triplet: 95, 79 and CA. RGB value is (149,121,202). Sum of RGB (Red+Green+Blue) = 149+121+202=472 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.57% from 472); Green value is 121 (47.66% from 255 or 25.64% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #9579CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579CA is #6A8635. Grayscale: #8A8A8A. Windows color (decimal): -6981174 or 13269397. OLE color: 13269397.
HSL color Cylindrical-coordinate representation of color #9579CA: hue angle of 260.74º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9579CA is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 121 | 202 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.21 |
| HSL | 260.74º | 0.43% | 0.63% | - |
| HSV(B) | 260.74º | 0.4% | 0.79% | - |
| XYZ | 29.89 | 24.33 | 59 | - |
| YUV | 138.61 | 163.78 | 135.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 202 | 0.26 | 0.40 | 0 | 0.21 | 260.74 | 0.43 | 0.63 |
| Hex | 95 | 79 | CA | 1A | 28 | 0 | 15 | 105 | 2B | 3F |
| Octal | 225 | 171 | 312 | 32 | 50 | 0 | 25 | 405 | 53 | 77 |
| Binary | 10010101 | 1111001 | 11001010 | 11010 | 101000 | 0 | 10101 | 100000101 | 101011 | 111111 |
Color Harmonies of #9579CA
Complementary color
Monochromatic Colors of #9579CA
Black with #9579CA
Text Example
Text Example
White with #9579CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9579CA; }
p { color: rgb(149,121,202); }
H1.HeaderClassName
{
color: #9579CA;
}
.AnyTagClassName
{
color: #9579CA;
}
</style>
background-color css
<style>
a { background-color: #9579CA; }
a { background-color: rgb(149,121,202); }
div.DivClassName
{
background-color: #9579CA;
}
.BgClassName
{
background-color: #9579CA;
}
</style>
border-color css
<style>
span { border-color: #9579CA; }
span { border-color: rgb(149,121,202); }
td.TdClassName
{
border-color: #9579CA;
}
.TagClassName
{
border-color: #9579CA;
}
</style>