Shades of True V #805CC3
Tints of True V #805CC3
RGB
CMYK
RGB Variations
Color information
#805CC3 (or 0x805CC3) is known color: True V. HEX triplet: 80, 5C and C3. RGB value is (128,92,195). Sum of RGB (Red+Green+Blue) = 128+92+195=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 92 (36.33% from 255 or 22.17% from 415); Blue value is 195 (76.56% from 255 or 46.99% from 415); Max value from RGB is 195 - color contains mainly: blue. Hex color #805CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CC3 is #7FA33C. Grayscale: #727272. Windows color (decimal): -8364861 or 12803200. OLE color: 12803200.
HSL color Cylindrical-coordinate representation of color #805CC3: hue angle of 260.97º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #805CC3 is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 92 | 195 | - |
| CMYK | 0.34 | 0.53 | 0 | 0.24 |
| HSL | 260.97º | 0.46% | 0.56% | - |
| HSV(B) | 260.97º | 0.53% | 0.76% | - |
| XYZ | 22.58 | 16.18 | 53.56 | - |
| YUV | 114.51 | 173.43 | 137.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 195 | 0.34 | 0.53 | 0 | 0.24 | 260.97 | 0.46 | 0.56 |
| Hex | 80 | 5C | C3 | 22 | 35 | 0 | 18 | 105 | 2E | 38 |
| Octal | 200 | 134 | 303 | 42 | 65 | 0 | 30 | 405 | 56 | 70 |
| Binary | 10000000 | 1011100 | 11000011 | 100010 | 110101 | 0 | 11000 | 100000101 | 101110 | 111000 |
Color Harmonies of #805CC3
Complementary color
Monochromatic Colors of #805CC3
Black with #805CC3
Text Example
Text Example
White with #805CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CC3; }
p { color: rgb(128,92,195); }
H1.HeaderClassName
{
color: #805CC3;
}
.AnyTagClassName
{
color: #805CC3;
}
</style>
background-color css
<style>
a { background-color: #805CC3; }
a { background-color: rgb(128,92,195); }
div.DivClassName
{
background-color: #805CC3;
}
.BgClassName
{
background-color: #805CC3;
}
</style>
border-color css
<style>
span { border-color: #805CC3; }
span { border-color: rgb(128,92,195); }
td.TdClassName
{
border-color: #805CC3;
}
.TagClassName
{
border-color: #805CC3;
}
</style>