Shades of True V #9576CE
Tints of True V #9576CE
RGB
CMYK
RGB Variations
Color information
#9576CE (or 0x9576CE) is known color: True V. HEX triplet: 95, 76 and CE. RGB value is (149,118,206). Sum of RGB (Red+Green+Blue) = 149+118+206=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 118 (46.48% from 255 or 24.95% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #9576CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9576CE is #6A8931. Grayscale: #888888. Windows color (decimal): -6981938 or 13530773. OLE color: 13530773.
HSL color Cylindrical-coordinate representation of color #9576CE: hue angle of 261.14º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9576CE is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 118 | 206 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.19 |
| HSL | 261.14º | 0.47% | 0.64% | - |
| HSV(B) | 261.14º | 0.43% | 0.81% | - |
| XYZ | 30.01 | 23.8 | 61.41 | - |
| YUV | 137.3 | 166.77 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 118 | 206 | 0.28 | 0.43 | 0 | 0.19 | 261.14 | 0.47 | 0.64 |
| Hex | 95 | 76 | CE | 1C | 2B | 0 | 13 | 105 | 2F | 40 |
| Octal | 225 | 166 | 316 | 34 | 53 | 0 | 23 | 405 | 57 | 100 |
| Binary | 10010101 | 1110110 | 11001110 | 11100 | 101011 | 0 | 10011 | 100000101 | 101111 | 1000000 |
Color Harmonies of #9576CE
Complementary color
Monochromatic Colors of #9576CE
Black with #9576CE
Text Example
Text Example
White with #9576CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9576CE; }
p { color: rgb(149,118,206); }
H1.HeaderClassName
{
color: #9576CE;
}
.AnyTagClassName
{
color: #9576CE;
}
</style>
background-color css
<style>
a { background-color: #9576CE; }
a { background-color: rgb(149,118,206); }
div.DivClassName
{
background-color: #9576CE;
}
.BgClassName
{
background-color: #9576CE;
}
</style>
border-color css
<style>
span { border-color: #9576CE; }
span { border-color: rgb(149,118,206); }
td.TdClassName
{
border-color: #9576CE;
}
.TagClassName
{
border-color: #9576CE;
}
</style>