Shades of True V #8064C6
Tints of True V #8064C6
RGB
CMYK
RGB Variations
Color information
#8064C6 (or 0x8064C6) is known color: True V. HEX triplet: 80, 64 and C6. RGB value is (128,100,198). Sum of RGB (Red+Green+Blue) = 128+100+198=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 100 (39.45% from 255 or 23.47% from 426); Blue value is 198 (77.73% from 255 or 46.48% from 426); Max value from RGB is 198 - color contains mainly: blue. Hex color #8064C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064C6 is #7F9B39. Grayscale: #777777. Windows color (decimal): -8362810 or 13001856. OLE color: 13001856.
HSL color Cylindrical-coordinate representation of color #8064C6: hue angle of 257.14º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8064C6 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 100 | 198 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.22 |
| HSL | 257.14º | 0.46% | 0.58% | - |
| HSV(B) | 257.14º | 0.49% | 0.78% | - |
| XYZ | 23.65 | 17.78 | 55.61 | - |
| YUV | 119.54 | 172.28 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 198 | 0.35 | 0.49 | 0 | 0.22 | 257.14 | 0.46 | 0.58 |
| Hex | 80 | 64 | C6 | 23 | 31 | 0 | 16 | 101 | 2E | 3A |
| Octal | 200 | 144 | 306 | 43 | 61 | 0 | 26 | 401 | 56 | 72 |
| Binary | 10000000 | 1100100 | 11000110 | 100011 | 110001 | 0 | 10110 | 100000001 | 101110 | 111010 |
Color Harmonies of #8064C6
Complementary color
Monochromatic Colors of #8064C6
Black with #8064C6
Text Example
Text Example
White with #8064C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8064C6; }
p { color: rgb(128,100,198); }
H1.HeaderClassName
{
color: #8064C6;
}
.AnyTagClassName
{
color: #8064C6;
}
</style>
background-color css
<style>
a { background-color: #8064C6; }
a { background-color: rgb(128,100,198); }
div.DivClassName
{
background-color: #8064C6;
}
.BgClassName
{
background-color: #8064C6;
}
</style>
border-color css
<style>
span { border-color: #8064C6; }
span { border-color: rgb(128,100,198); }
td.TdClassName
{
border-color: #8064C6;
}
.TagClassName
{
border-color: #8064C6;
}
</style>