Shades of True V #9070CF
Tints of True V #9070CF
RGB
CMYK
RGB Variations
Color information
#9070CF (or 0x9070CF) is known color: True V. HEX triplet: 90, 70 and CF. RGB value is (144,112,207). Sum of RGB (Red+Green+Blue) = 144+112+207=463 (61% of max value = 765). Red value is 144 (56.64% from 255 or 31.10% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 207 (81.25% from 255 or 44.71% from 463); Max value from RGB is 207 - color contains mainly: blue. Hex color #9070CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9070CF is #6F8F30. Grayscale: #848484. Windows color (decimal): -7311153 or 13594768. OLE color: 13594768.
HSL color Cylindrical-coordinate representation of color #9070CF: hue angle of 260.21º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9070CF is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 112 | 207 | - |
| CMYK | 0.30 | 0.46 | 0 | 0.19 |
| HSL | 260.21º | 0.5% | 0.63% | - |
| HSV(B) | 260.21º | 0.46% | 0.81% | - |
| XYZ | 28.56 | 22.02 | 61.78 | - |
| YUV | 132.4 | 170.1 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 112 | 207 | 0.30 | 0.46 | 0 | 0.19 | 260.21 | 0.5 | 0.63 |
| Hex | 90 | 70 | CF | 1E | 2E | 0 | 13 | 104 | 32 | 3F |
| Octal | 220 | 160 | 317 | 36 | 56 | 0 | 23 | 404 | 62 | 77 |
| Binary | 10010000 | 1110000 | 11001111 | 11110 | 101110 | 0 | 10011 | 100000100 | 110010 | 111111 |
Color Harmonies of #9070CF
Complementary color
Monochromatic Colors of #9070CF
Black with #9070CF
Text Example
Text Example
White with #9070CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9070CF; }
p { color: rgb(144,112,207); }
H1.HeaderClassName
{
color: #9070CF;
}
.AnyTagClassName
{
color: #9070CF;
}
</style>
background-color css
<style>
a { background-color: #9070CF; }
a { background-color: rgb(144,112,207); }
div.DivClassName
{
background-color: #9070CF;
}
.BgClassName
{
background-color: #9070CF;
}
</style>
border-color css
<style>
span { border-color: #9070CF; }
span { border-color: rgb(144,112,207); }
td.TdClassName
{
border-color: #9070CF;
}
.TagClassName
{
border-color: #9070CF;
}
</style>