Shades of True V #805CC5
Tints of True V #805CC5
RGB
CMYK
RGB Variations
Color information
#805CC5 (or 0x805CC5) is known color: True V. HEX triplet: 80, 5C and C5. RGB value is (128,92,197). Sum of RGB (Red+Green+Blue) = 128+92+197=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 197 (77.34% from 255 or 47.24% from 417); Max value from RGB is 197 - color contains mainly: blue. Hex color #805CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CC5 is #7FA33A. Grayscale: #727272. Windows color (decimal): -8364859 or 12934272. OLE color: 12934272.
HSL color Cylindrical-coordinate representation of color #805CC5: hue angle of 260.57º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #805CC5 is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 128 | 92 | 197 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.23 |
| HSL | 260.57º | 0.48% | 0.57% | - |
| HSV(B) | 260.57º | 0.53% | 0.77% | - |
| XYZ | 22.81 | 16.27 | 54.76 | - |
| YUV | 114.73 | 174.43 | 137.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 197 | 0.35 | 0.53 | 0 | 0.23 | 260.57 | 0.48 | 0.57 |
| Hex | 80 | 5C | C5 | 23 | 35 | 0 | 17 | 105 | 30 | 39 |
| Octal | 200 | 134 | 305 | 43 | 65 | 0 | 27 | 405 | 60 | 71 |
| Binary | 10000000 | 1011100 | 11000101 | 100011 | 110101 | 0 | 10111 | 100000101 | 110000 | 111001 |
Color Harmonies of #805CC5
Complementary color
Monochromatic Colors of #805CC5
Black with #805CC5
Text Example
Text Example
White with #805CC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CC5; }
p { color: rgb(128,92,197); }
H1.HeaderClassName
{
color: #805CC5;
}
.AnyTagClassName
{
color: #805CC5;
}
</style>
background-color css
<style>
a { background-color: #805CC5; }
a { background-color: rgb(128,92,197); }
div.DivClassName
{
background-color: #805CC5;
}
.BgClassName
{
background-color: #805CC5;
}
</style>
border-color css
<style>
span { border-color: #805CC5; }
span { border-color: rgb(128,92,197); }
td.TdClassName
{
border-color: #805CC5;
}
.TagClassName
{
border-color: #805CC5;
}
</style>