Shades of True V #8062CE
Tints of True V #8062CE
RGB
CMYK
RGB Variations
Color information
#8062CE (or 0x8062CE) is known color: True V. HEX triplet: 80, 62 and CE. RGB value is (128,98,206). Sum of RGB (Red+Green+Blue) = 128+98+206=432 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.63% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #8062CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8062CE is #7F9D31. Grayscale: #767676. Windows color (decimal): -8363314 or 13525632. OLE color: 13525632.
HSL color Cylindrical-coordinate representation of color #8062CE: hue angle of 256.67º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8062CE is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 98 | 206 | - |
| CMYK | 0.38 | 0.52 | 0 | 0.19 |
| HSL | 256.67º | 0.52% | 0.6% | - |
| HSV(B) | 256.67º | 0.52% | 0.81% | - |
| XYZ | 24.41 | 17.78 | 60.54 | - |
| YUV | 119.28 | 176.94 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 206 | 0.38 | 0.52 | 0 | 0.19 | 256.67 | 0.52 | 0.6 |
| Hex | 80 | 62 | CE | 26 | 34 | 0 | 13 | 101 | 34 | 3C |
| Octal | 200 | 142 | 316 | 46 | 64 | 0 | 23 | 401 | 64 | 74 |
| Binary | 10000000 | 1100010 | 11001110 | 100110 | 110100 | 0 | 10011 | 100000001 | 110100 | 111100 |
Color Harmonies of #8062CE
Complementary color
Monochromatic Colors of #8062CE
Black with #8062CE
Text Example
Text Example
White with #8062CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8062CE; }
p { color: rgb(128,98,206); }
H1.HeaderClassName
{
color: #8062CE;
}
.AnyTagClassName
{
color: #8062CE;
}
</style>
background-color css
<style>
a { background-color: #8062CE; }
a { background-color: rgb(128,98,206); }
div.DivClassName
{
background-color: #8062CE;
}
.BgClassName
{
background-color: #8062CE;
}
</style>
border-color css
<style>
span { border-color: #8062CE; }
span { border-color: rgb(128,98,206); }
td.TdClassName
{
border-color: #8062CE;
}
.TagClassName
{
border-color: #8062CE;
}
</style>