Shades of True V #8066CF
Tints of True V #8066CF
RGB
CMYK
RGB Variations
Color information
#8066CF (or 0x8066CF) is known color: True V. HEX triplet: 80, 66 and CF. RGB value is (128,102,207). Sum of RGB (Red+Green+Blue) = 128+102+207=437 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.29% from 437); Green value is 102 (40.23% from 255 or 23.34% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #8066CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8066CF is #7F9930. Grayscale: #797979. Windows color (decimal): -8362289 or 13592192. OLE color: 13592192.
HSL color Cylindrical-coordinate representation of color #8066CF: hue angle of 254.86º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8066CF is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 128 | 102 | 207 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.19 |
| HSL | 254.86º | 0.52% | 0.61% | - |
| HSV(B) | 254.86º | 0.51% | 0.81% | - |
| XYZ | 24.92 | 18.6 | 61.31 | - |
| YUV | 121.74 | 176.11 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 102 | 207 | 0.38 | 0.51 | 0 | 0.19 | 254.86 | 0.52 | 0.61 |
| Hex | 80 | 66 | CF | 26 | 33 | 0 | 13 | FF | 34 | 3D |
| Octal | 200 | 146 | 317 | 46 | 63 | 0 | 23 | 377 | 64 | 75 |
| Binary | 10000000 | 1100110 | 11001111 | 100110 | 110011 | 0 | 10011 | 11111111 | 110100 | 111101 |
Color Harmonies of #8066CF
Complementary color
Monochromatic Colors of #8066CF
Black with #8066CF
Text Example
Text Example
White with #8066CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8066CF; }
p { color: rgb(128,102,207); }
H1.HeaderClassName
{
color: #8066CF;
}
.AnyTagClassName
{
color: #8066CF;
}
</style>
background-color css
<style>
a { background-color: #8066CF; }
a { background-color: rgb(128,102,207); }
div.DivClassName
{
background-color: #8066CF;
}
.BgClassName
{
background-color: #8066CF;
}
</style>
border-color css
<style>
span { border-color: #8066CF; }
span { border-color: rgb(128,102,207); }
td.TdClassName
{
border-color: #8066CF;
}
.TagClassName
{
border-color: #8066CF;
}
</style>