Shades of True V #8060CE
Tints of True V #8060CE
RGB
CMYK
RGB Variations
Color information
#8060CE (or 0x8060CE) is known color: True V. HEX triplet: 80, 60 and CE. RGB value is (128,96,206). Sum of RGB (Red+Green+Blue) = 128+96+206=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 96 (37.89% from 255 or 22.33% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #8060CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8060CE is #7F9F31. Grayscale: #757575. Windows color (decimal): -8363826 or 13525120. OLE color: 13525120.
HSL color Cylindrical-coordinate representation of color #8060CE: hue angle of 257.45º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8060CE is Cyan = 0.38, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 96 | 206 | - |
| CMYK | 0.38 | 0.53 | 0 | 0.19 |
| HSL | 257.45º | 0.53% | 0.59% | - |
| HSV(B) | 257.45º | 0.53% | 0.81% | - |
| XYZ | 24.23 | 17.41 | 60.48 | - |
| YUV | 118.11 | 177.6 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 206 | 0.38 | 0.53 | 0 | 0.19 | 257.45 | 0.53 | 0.59 |
| Hex | 80 | 60 | CE | 26 | 35 | 0 | 13 | 101 | 35 | 3B |
| Octal | 200 | 140 | 316 | 46 | 65 | 0 | 23 | 401 | 65 | 73 |
| Binary | 10000000 | 1100000 | 11001110 | 100110 | 110101 | 0 | 10011 | 100000001 | 110101 | 111011 |
Color Harmonies of #8060CE
Complementary color
Monochromatic Colors of #8060CE
Black with #8060CE
Text Example
Text Example
White with #8060CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8060CE; }
p { color: rgb(128,96,206); }
H1.HeaderClassName
{
color: #8060CE;
}
.AnyTagClassName
{
color: #8060CE;
}
</style>
background-color css
<style>
a { background-color: #8060CE; }
a { background-color: rgb(128,96,206); }
div.DivClassName
{
background-color: #8060CE;
}
.BgClassName
{
background-color: #8060CE;
}
</style>
border-color css
<style>
span { border-color: #8060CE; }
span { border-color: rgb(128,96,206); }
td.TdClassName
{
border-color: #8060CE;
}
.TagClassName
{
border-color: #8060CE;
}
</style>