Shades of True V #805CCA
Tints of True V #805CCA
RGB
CMYK
RGB Variations
Color information
#805CCA (or 0x805CCA) is known color: True V. HEX triplet: 80, 5C and CA. RGB value is (128,92,202). Sum of RGB (Red+Green+Blue) = 128+92+202=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 202 (79.30% from 255 or 47.87% from 422); Max value from RGB is 202 - color contains mainly: blue. Hex color #805CCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CCA is #7FA335. Grayscale: #727272. Windows color (decimal): -8364854 or 13261952. OLE color: 13261952.
HSL color Cylindrical-coordinate representation of color #805CCA: hue angle of 259.64º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #805CCA is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 92 | 202 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.21 |
| HSL | 259.64º | 0.51% | 0.58% | - |
| HSV(B) | 259.64º | 0.54% | 0.79% | - |
| XYZ | 23.39 | 16.51 | 57.83 | - |
| YUV | 115.3 | 176.93 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 202 | 0.37 | 0.54 | 0 | 0.21 | 259.64 | 0.51 | 0.58 |
| Hex | 80 | 5C | CA | 25 | 36 | 0 | 15 | 104 | 33 | 3A |
| Octal | 200 | 134 | 312 | 45 | 66 | 0 | 25 | 404 | 63 | 72 |
| Binary | 10000000 | 1011100 | 11001010 | 100101 | 110110 | 0 | 10101 | 100000100 | 110011 | 111010 |
Color Harmonies of #805CCA
Complementary color
Monochromatic Colors of #805CCA
Black with #805CCA
Text Example
Text Example
White with #805CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CCA; }
p { color: rgb(128,92,202); }
H1.HeaderClassName
{
color: #805CCA;
}
.AnyTagClassName
{
color: #805CCA;
}
</style>
background-color css
<style>
a { background-color: #805CCA; }
a { background-color: rgb(128,92,202); }
div.DivClassName
{
background-color: #805CCA;
}
.BgClassName
{
background-color: #805CCA;
}
</style>
border-color css
<style>
span { border-color: #805CCA; }
span { border-color: rgb(128,92,202); }
td.TdClassName
{
border-color: #805CCA;
}
.TagClassName
{
border-color: #805CCA;
}
</style>