Shades of True V #9578C9
Tints of True V #9578C9
RGB
CMYK
RGB Variations
Color information
#9578C9 (or 0x9578C9) is known color: True V. HEX triplet: 95, 78 and C9. RGB value is (149,120,201). Sum of RGB (Red+Green+Blue) = 149+120+201=470 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.70% from 470); Green value is 120 (47.27% from 255 or 25.53% from 470); Blue value is 201 (78.91% from 255 or 42.77% from 470); Max value from RGB is 201 - color contains mainly: blue. Hex color #9578C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9578C9 is #6A8736. Grayscale: #898989. Windows color (decimal): -6981431 or 13203605. OLE color: 13203605.
HSL color Cylindrical-coordinate representation of color #9578C9: hue angle of 261.48º 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 #9578C9 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 120 | 201 | - |
| CMYK | 0.26 | 0.40 | 0 | 0.21 |
| HSL | 261.48º | 0.43% | 0.63% | - |
| HSV(B) | 261.48º | 0.4% | 0.79% | - |
| XYZ | 29.65 | 24.04 | 58.34 | - |
| YUV | 137.91 | 163.61 | 135.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 120 | 201 | 0.26 | 0.40 | 0 | 0.21 | 261.48 | 0.43 | 0.63 |
| Hex | 95 | 78 | C9 | 1A | 28 | 0 | 15 | 105 | 2B | 3F |
| Octal | 225 | 170 | 311 | 32 | 50 | 0 | 25 | 405 | 53 | 77 |
| Binary | 10010101 | 1111000 | 11001001 | 11010 | 101000 | 0 | 10101 | 100000101 | 101011 | 111111 |
Color Harmonies of #9578C9
Complementary color
Monochromatic Colors of #9578C9
Black with #9578C9
Text Example
Text Example
White with #9578C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9578C9; }
p { color: rgb(149,120,201); }
H1.HeaderClassName
{
color: #9578C9;
}
.AnyTagClassName
{
color: #9578C9;
}
</style>
background-color css
<style>
a { background-color: #9578C9; }
a { background-color: rgb(149,120,201); }
div.DivClassName
{
background-color: #9578C9;
}
.BgClassName
{
background-color: #9578C9;
}
</style>
border-color css
<style>
span { border-color: #9578C9; }
span { border-color: rgb(149,120,201); }
td.TdClassName
{
border-color: #9578C9;
}
.TagClassName
{
border-color: #9578C9;
}
</style>