Shades of True V #9579C7
Tints of True V #9579C7
RGB
CMYK
RGB Variations
Color information
#9579C7 (or 0x9579C7) is known color: True V. HEX triplet: 95, 79 and C7. RGB value is (149,121,199). Sum of RGB (Red+Green+Blue) = 149+121+199=469 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.77% from 469); Green value is 121 (47.66% from 255 or 25.80% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #9579C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9579C7 is #6A8638. Grayscale: #898989. Windows color (decimal): -6981177 or 13072789. OLE color: 13072789.
HSL color Cylindrical-coordinate representation of color #9579C7: hue angle of 261.54º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9579C7 is Cyan = 0.25, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 121 | 199 | - |
| CMYK | 0.25 | 0.39 | 0 | 0.22 |
| HSL | 261.54º | 0.41% | 0.63% | - |
| HSV(B) | 261.54º | 0.39% | 0.78% | - |
| XYZ | 29.54 | 24.19 | 57.14 | - |
| YUV | 138.26 | 162.28 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 121 | 199 | 0.25 | 0.39 | 0 | 0.22 | 261.54 | 0.41 | 0.63 |
| Hex | 95 | 79 | C7 | 19 | 27 | 0 | 16 | 106 | 29 | 3F |
| Octal | 225 | 171 | 307 | 31 | 47 | 0 | 26 | 406 | 51 | 77 |
| Binary | 10010101 | 1111001 | 11000111 | 11001 | 100111 | 0 | 10110 | 100000110 | 101001 | 111111 |
Color Harmonies of #9579C7
Complementary color
Monochromatic Colors of #9579C7
Black with #9579C7
Text Example
Text Example
White with #9579C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9579C7; }
p { color: rgb(149,121,199); }
H1.HeaderClassName
{
color: #9579C7;
}
.AnyTagClassName
{
color: #9579C7;
}
</style>
background-color css
<style>
a { background-color: #9579C7; }
a { background-color: rgb(149,121,199); }
div.DivClassName
{
background-color: #9579C7;
}
.BgClassName
{
background-color: #9579C7;
}
</style>
border-color css
<style>
span { border-color: #9579C7; }
span { border-color: rgb(149,121,199); }
td.TdClassName
{
border-color: #9579C7;
}
.TagClassName
{
border-color: #9579C7;
}
</style>