Shades of True V #8060CF
Tints of True V #8060CF
RGB
CMYK
RGB Variations
Color information
#8060CF (or 0x8060CF) is known color: True V. HEX triplet: 80, 60 and CF. RGB value is (128,96,207). Sum of RGB (Red+Green+Blue) = 128+96+207=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #8060CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060CF is #7F9F30. Grayscale: #757575. Windows color (decimal): -8363825 or 13590656. OLE color: 13590656.
HSL color Cylindrical-coordinate representation of color #8060CF: hue angle of 257.3º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8060CF is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 96 | 207 | - |
| CMYK | 0.38 | 0.54 | 0 | 0.19 |
| HSL | 257.3º | 0.54% | 0.59% | - |
| HSV(B) | 257.3º | 0.54% | 0.81% | - |
| XYZ | 24.35 | 17.46 | 61.12 | - |
| YUV | 118.22 | 178.1 | 134.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 207 | 0.38 | 0.54 | 0 | 0.19 | 257.3 | 0.54 | 0.59 |
| Hex | 80 | 60 | CF | 26 | 36 | 0 | 13 | 101 | 36 | 3B |
| Octal | 200 | 140 | 317 | 46 | 66 | 0 | 23 | 401 | 66 | 73 |
| Binary | 10000000 | 1100000 | 11001111 | 100110 | 110110 | 0 | 10011 | 100000001 | 110110 | 111011 |
Color Harmonies of #8060CF
Complementary color
Monochromatic Colors of #8060CF
Black with #8060CF
Text Example
Text Example
White with #8060CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8060CF; }
p { color: rgb(128,96,207); }
H1.HeaderClassName
{
color: #8060CF;
}
.AnyTagClassName
{
color: #8060CF;
}
</style>
background-color css
<style>
a { background-color: #8060CF; }
a { background-color: rgb(128,96,207); }
div.DivClassName
{
background-color: #8060CF;
}
.BgClassName
{
background-color: #8060CF;
}
</style>
border-color css
<style>
span { border-color: #8060CF; }
span { border-color: rgb(128,96,207); }
td.TdClassName
{
border-color: #8060CF;
}
.TagClassName
{
border-color: #8060CF;
}
</style>