Shades of True V #8065CD
Tints of True V #8065CD
RGB
CMYK
RGB Variations
Color information
#8065CD (or 0x8065CD) is known color: True V. HEX triplet: 80, 65 and CD. RGB value is (128,101,205). Sum of RGB (Red+Green+Blue) = 128+101+205=434 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.49% from 434); Green value is 101 (39.84% from 255 or 23.27% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #8065CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8065CD is #7F9A32. Grayscale: #787878. Windows color (decimal): -8362547 or 13460864. OLE color: 13460864.
HSL color Cylindrical-coordinate representation of color #8065CD: hue angle of 255.58º 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 #8065CD is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 101 | 205 | - |
| CMYK | 0.38 | 0.51 | 0 | 0.20 |
| HSL | 255.58º | 0.51% | 0.6% | - |
| HSV(B) | 255.58º | 0.51% | 0.8% | - |
| XYZ | 24.58 | 18.3 | 60 | - |
| YUV | 120.93 | 175.45 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 205 | 0.38 | 0.51 | 0 | 0.20 | 255.58 | 0.51 | 0.6 |
| Hex | 80 | 65 | CD | 26 | 33 | 0 | 14 | 100 | 33 | 3C |
| Octal | 200 | 145 | 315 | 46 | 63 | 0 | 24 | 400 | 63 | 74 |
| Binary | 10000000 | 1100101 | 11001101 | 100110 | 110011 | 0 | 10100 | 100000000 | 110011 | 111100 |
Color Harmonies of #8065CD
Complementary color
Monochromatic Colors of #8065CD
Black with #8065CD
Text Example
Text Example
White with #8065CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8065CD; }
p { color: rgb(128,101,205); }
H1.HeaderClassName
{
color: #8065CD;
}
.AnyTagClassName
{
color: #8065CD;
}
</style>
background-color css
<style>
a { background-color: #8065CD; }
a { background-color: rgb(128,101,205); }
div.DivClassName
{
background-color: #8065CD;
}
.BgClassName
{
background-color: #8065CD;
}
</style>
border-color css
<style>
span { border-color: #8065CD; }
span { border-color: rgb(128,101,205); }
td.TdClassName
{
border-color: #8065CD;
}
.TagClassName
{
border-color: #8065CD;
}
</style>