Shades of True V #8065CA
Tints of True V #8065CA
RGB
CMYK
RGB Variations
Color information
#8065CA (or 0x8065CA) is known color: True V. HEX triplet: 80, 65 and CA. RGB value is (128,101,202). Sum of RGB (Red+Green+Blue) = 128+101+202=431 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.70% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 202 (79.30% from 255 or 46.87% from 431); Max value from RGB is 202 - color contains mainly: blue. Hex color #8065CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8065CA is #7F9A35. Grayscale: #787878. Windows color (decimal): -8362550 or 13264256. OLE color: 13264256.
HSL color Cylindrical-coordinate representation of color #8065CA: hue angle of 256.04º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8065CA is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 101 | 202 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.21 |
| HSL | 256.04º | 0.49% | 0.59% | - |
| HSV(B) | 256.04º | 0.5% | 0.79% | - |
| XYZ | 24.22 | 18.16 | 58.11 | - |
| YUV | 120.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 101 | 202 | 0.37 | 0.50 | 0 | 0.21 | 256.04 | 0.49 | 0.59 |
| Hex | 80 | 65 | CA | 25 | 32 | 0 | 15 | 100 | 31 | 3B |
| Octal | 200 | 145 | 312 | 45 | 62 | 0 | 25 | 400 | 61 | 73 |
| Binary | 10000000 | 1100101 | 11001010 | 100101 | 110010 | 0 | 10101 | 100000000 | 110001 | 111011 |
Color Harmonies of #8065CA
Complementary color
Monochromatic Colors of #8065CA
Black with #8065CA
Text Example
Text Example
White with #8065CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8065CA; }
p { color: rgb(128,101,202); }
H1.HeaderClassName
{
color: #8065CA;
}
.AnyTagClassName
{
color: #8065CA;
}
</style>
background-color css
<style>
a { background-color: #8065CA; }
a { background-color: rgb(128,101,202); }
div.DivClassName
{
background-color: #8065CA;
}
.BgClassName
{
background-color: #8065CA;
}
</style>
border-color css
<style>
span { border-color: #8065CA; }
span { border-color: rgb(128,101,202); }
td.TdClassName
{
border-color: #8065CA;
}
.TagClassName
{
border-color: #8065CA;
}
</style>