Shades of True V #9575CF
Tints of True V #9575CF
RGB
CMYK
RGB Variations
Color information
#9575CF (or 0x9575CF) is known color: True V. HEX triplet: 95, 75 and CF. RGB value is (149,117,207). Sum of RGB (Red+Green+Blue) = 149+117+207=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 117 (46.09% from 255 or 24.74% from 473); Blue value is 207 (81.25% from 255 or 43.76% from 473); Max value from RGB is 207 - color contains mainly: blue. Hex color #9575CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9575CF is #6A8A30. Grayscale: #888888. Windows color (decimal): -6982193 or 13596053. OLE color: 13596053.
HSL color Cylindrical-coordinate representation of color #9575CF: hue angle of 261.33º degrees, saturation: 0.48, 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 #9575CF is Cyan = 0.28, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 117 | 207 | - |
| CMYK | 0.28 | 0.43 | 0 | 0.19 |
| HSL | 261.33º | 0.48% | 0.64% | - |
| HSV(B) | 261.33º | 0.43% | 0.81% | - |
| XYZ | 30.02 | 23.62 | 62.01 | - |
| YUV | 136.83 | 167.6 | 136.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 117 | 207 | 0.28 | 0.43 | 0 | 0.19 | 261.33 | 0.48 | 0.64 |
| Hex | 95 | 75 | CF | 1C | 2B | 0 | 13 | 105 | 30 | 40 |
| Octal | 225 | 165 | 317 | 34 | 53 | 0 | 23 | 405 | 60 | 100 |
| Binary | 10010101 | 1110101 | 11001111 | 11100 | 101011 | 0 | 10011 | 100000101 | 110000 | 1000000 |
Color Harmonies of #9575CF
Complementary color
Monochromatic Colors of #9575CF
Black with #9575CF
Text Example
Text Example
White with #9575CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9575CF; }
p { color: rgb(149,117,207); }
H1.HeaderClassName
{
color: #9575CF;
}
.AnyTagClassName
{
color: #9575CF;
}
</style>
background-color css
<style>
a { background-color: #9575CF; }
a { background-color: rgb(149,117,207); }
div.DivClassName
{
background-color: #9575CF;
}
.BgClassName
{
background-color: #9575CF;
}
</style>
border-color css
<style>
span { border-color: #9575CF; }
span { border-color: rgb(149,117,207); }
td.TdClassName
{
border-color: #9575CF;
}
.TagClassName
{
border-color: #9575CF;
}
</style>