Shades of True V #8067CE
Tints of True V #8067CE
RGB
CMYK
RGB Variations
Color information
#8067CE (or 0x8067CE) is known color: True V. HEX triplet: 80, 67 and CE. RGB value is (128,103,206). Sum of RGB (Red+Green+Blue) = 128+103+206=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 206 (80.86% from 255 or 47.14% from 437); Max value from RGB is 206 - color contains mainly: blue. Hex color #8067CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8067CE is #7F9831. Grayscale: #797979. Windows color (decimal): -8362034 or 13526912. OLE color: 13526912.
HSL color Cylindrical-coordinate representation of color #8067CE: hue angle of 254.56º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8067CE is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 103 | 206 | - |
| CMYK | 0.38 | 0.50 | 0 | 0.19 |
| HSL | 254.56º | 0.51% | 0.61% | - |
| HSV(B) | 254.56º | 0.5% | 0.81% | - |
| XYZ | 24.89 | 18.75 | 60.7 | - |
| YUV | 122.22 | 175.28 | 132.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 103 | 206 | 0.38 | 0.50 | 0 | 0.19 | 254.56 | 0.51 | 0.61 |
| Hex | 80 | 67 | CE | 26 | 32 | 0 | 13 | FF | 33 | 3D |
| Octal | 200 | 147 | 316 | 46 | 62 | 0 | 23 | 377 | 63 | 75 |
| Binary | 10000000 | 1100111 | 11001110 | 100110 | 110010 | 0 | 10011 | 11111111 | 110011 | 111101 |
Color Harmonies of #8067CE
Complementary color
Monochromatic Colors of #8067CE
Black with #8067CE
Text Example
Text Example
White with #8067CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8067CE; }
p { color: rgb(128,103,206); }
H1.HeaderClassName
{
color: #8067CE;
}
.AnyTagClassName
{
color: #8067CE;
}
</style>
background-color css
<style>
a { background-color: #8067CE; }
a { background-color: rgb(128,103,206); }
div.DivClassName
{
background-color: #8067CE;
}
.BgClassName
{
background-color: #8067CE;
}
</style>
border-color css
<style>
span { border-color: #8067CE; }
span { border-color: rgb(128,103,206); }
td.TdClassName
{
border-color: #8067CE;
}
.TagClassName
{
border-color: #8067CE;
}
</style>