Shades of True V #805BC9
Tints of True V #805BC9
RGB
CMYK
RGB Variations
Color information
#805BC9 (or 0x805BC9) is known color: True V. HEX triplet: 80, 5B and C9. RGB value is (128,91,201). Sum of RGB (Red+Green+Blue) = 128+91+201=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 201 (78.91% from 255 or 47.86% from 420); Max value from RGB is 201 - color contains mainly: blue. Hex color #805BC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BC9 is #7FA436. Grayscale: #727272. Windows color (decimal): -8365111 or 13196160. OLE color: 13196160.
HSL color Cylindrical-coordinate representation of color #805BC9: hue angle of 260.18º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805BC9 is Cyan = 0.36, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 128 | 91 | 201 | - |
| CMYK | 0.36 | 0.55 | 0 | 0.21 |
| HSL | 260.18º | 0.5% | 0.57% | - |
| HSV(B) | 260.18º | 0.55% | 0.79% | - |
| XYZ | 23.19 | 16.29 | 57.18 | - |
| YUV | 114.6 | 176.76 | 137.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 201 | 0.36 | 0.55 | 0 | 0.21 | 260.18 | 0.5 | 0.57 |
| Hex | 80 | 5B | C9 | 24 | 37 | 0 | 15 | 104 | 32 | 39 |
| Octal | 200 | 133 | 311 | 44 | 67 | 0 | 25 | 404 | 62 | 71 |
| Binary | 10000000 | 1011011 | 11001001 | 100100 | 110111 | 0 | 10101 | 100000100 | 110010 | 111001 |
Color Harmonies of #805BC9
Complementary color
Monochromatic Colors of #805BC9
Black with #805BC9
Text Example
Text Example
White with #805BC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805BC9; }
p { color: rgb(128,91,201); }
H1.HeaderClassName
{
color: #805BC9;
}
.AnyTagClassName
{
color: #805BC9;
}
</style>
background-color css
<style>
a { background-color: #805BC9; }
a { background-color: rgb(128,91,201); }
div.DivClassName
{
background-color: #805BC9;
}
.BgClassName
{
background-color: #805BC9;
}
</style>
border-color css
<style>
span { border-color: #805BC9; }
span { border-color: rgb(128,91,201); }
td.TdClassName
{
border-color: #805BC9;
}
.TagClassName
{
border-color: #805BC9;
}
</style>