Shades of True V #9577CE
Tints of True V #9577CE
RGB
CMYK
RGB Variations
Color information
#9577CE (or 0x9577CE) is known color: True V. HEX triplet: 95, 77 and CE. RGB value is (149,119,206). Sum of RGB (Red+Green+Blue) = 149+119+206=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 119 (46.88% from 255 or 25.11% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #9577CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9577CE is #6A8831. Grayscale: #898989. Windows color (decimal): -6981682 or 13531029. OLE color: 13531029.
HSL color Cylindrical-coordinate representation of color #9577CE: hue angle of 260.69º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9577CE is Cyan = 0.28, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 119 | 206 | - |
| CMYK | 0.28 | 0.42 | 0 | 0.19 |
| HSL | 260.69º | 0.47% | 0.64% | - |
| HSV(B) | 260.69º | 0.42% | 0.81% | - |
| XYZ | 30.13 | 24.04 | 61.44 | - |
| YUV | 137.89 | 166.44 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 119 | 206 | 0.28 | 0.42 | 0 | 0.19 | 260.69 | 0.47 | 0.64 |
| Hex | 95 | 77 | CE | 1C | 2A | 0 | 13 | 105 | 2F | 40 |
| Octal | 225 | 167 | 316 | 34 | 52 | 0 | 23 | 405 | 57 | 100 |
| Binary | 10010101 | 1110111 | 11001110 | 11100 | 101010 | 0 | 10011 | 100000101 | 101111 | 1000000 |
Color Harmonies of #9577CE
Complementary color
Monochromatic Colors of #9577CE
Black with #9577CE
Text Example
Text Example
White with #9577CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9577CE; }
p { color: rgb(149,119,206); }
H1.HeaderClassName
{
color: #9577CE;
}
.AnyTagClassName
{
color: #9577CE;
}
</style>
background-color css
<style>
a { background-color: #9577CE; }
a { background-color: rgb(149,119,206); }
div.DivClassName
{
background-color: #9577CE;
}
.BgClassName
{
background-color: #9577CE;
}
</style>
border-color css
<style>
span { border-color: #9577CE; }
span { border-color: rgb(149,119,206); }
td.TdClassName
{
border-color: #9577CE;
}
.TagClassName
{
border-color: #9577CE;
}
</style>