Shades of True V #8064CD
Tints of True V #8064CD
RGB
CMYK
RGB Variations
Color information
#8064CD (or 0x8064CD) is known color: True V. HEX triplet: 80, 64 and CD. RGB value is (128,100,205). Sum of RGB (Red+Green+Blue) = 128+100+205=433 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.56% from 433); Green value is 100 (39.45% from 255 or 23.09% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #8064CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8064CD is #7F9B32. Grayscale: #777777. Windows color (decimal): -8362803 or 13460608. OLE color: 13460608.
HSL color Cylindrical-coordinate representation of color #8064CD: hue angle of 256º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8064CD is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 100 | 205 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.20 |
| HSL | 256º | 0.51% | 0.6% | - |
| HSV(B) | 256º | 0.51% | 0.8% | - |
| XYZ | 24.48 | 18.11 | 59.96 | - |
| YUV | 120.34 | 175.78 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 100 | 205 | 0.38 | 0.51 | 0 | 0.20 | 256 | 0.51 | 0.6 |
| Hex | 80 | 64 | CD | 26 | 33 | 0 | 14 | 100 | 33 | 3C |
| Octal | 200 | 144 | 315 | 46 | 63 | 0 | 24 | 400 | 63 | 74 |
| Binary | 10000000 | 1100100 | 11001101 | 100110 | 110011 | 0 | 10100 | 100000000 | 110011 | 111100 |
Color Harmonies of #8064CD
Complementary color
Monochromatic Colors of #8064CD
Black with #8064CD
Text Example
Text Example
White with #8064CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8064CD; }
p { color: rgb(128,100,205); }
H1.HeaderClassName
{
color: #8064CD;
}
.AnyTagClassName
{
color: #8064CD;
}
</style>
background-color css
<style>
a { background-color: #8064CD; }
a { background-color: rgb(128,100,205); }
div.DivClassName
{
background-color: #8064CD;
}
.BgClassName
{
background-color: #8064CD;
}
</style>
border-color css
<style>
span { border-color: #8064CD; }
span { border-color: rgb(128,100,205); }
td.TdClassName
{
border-color: #8064CD;
}
.TagClassName
{
border-color: #8064CD;
}
</style>