Shades of True V #805DC7
Tints of True V #805DC7
RGB
CMYK
RGB Variations
Color information
#805DC7 (or 0x805DC7) is known color: True V. HEX triplet: 80, 5D and C7. RGB value is (128,93,199). Sum of RGB (Red+Green+Blue) = 128+93+199=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 93 (36.72% from 255 or 22.14% from 420); Blue value is 199 (78.12% from 255 or 47.38% from 420); Max value from RGB is 199 - color contains mainly: blue. Hex color #805DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DC7 is #7FA238. Grayscale: #737373. Windows color (decimal): -8364601 or 13065600. OLE color: 13065600.
HSL color Cylindrical-coordinate representation of color #805DC7: hue angle of 259.81º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #805DC7 is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 93 | 199 | - |
| CMYK | 0.36 | 0.53 | 0 | 0.22 |
| HSL | 259.81º | 0.49% | 0.57% | - |
| HSV(B) | 259.81º | 0.53% | 0.78% | - |
| XYZ | 23.13 | 16.54 | 56.01 | - |
| YUV | 115.55 | 175.1 | 136.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 199 | 0.36 | 0.53 | 0 | 0.22 | 259.81 | 0.49 | 0.57 |
| Hex | 80 | 5D | C7 | 24 | 35 | 0 | 16 | 104 | 31 | 39 |
| Octal | 200 | 135 | 307 | 44 | 65 | 0 | 26 | 404 | 61 | 71 |
| Binary | 10000000 | 1011101 | 11000111 | 100100 | 110101 | 0 | 10110 | 100000100 | 110001 | 111001 |
Color Harmonies of #805DC7
Complementary color
Monochromatic Colors of #805DC7
Black with #805DC7
Text Example
Text Example
White with #805DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DC7; }
p { color: rgb(128,93,199); }
H1.HeaderClassName
{
color: #805DC7;
}
.AnyTagClassName
{
color: #805DC7;
}
</style>
background-color css
<style>
a { background-color: #805DC7; }
a { background-color: rgb(128,93,199); }
div.DivClassName
{
background-color: #805DC7;
}
.BgClassName
{
background-color: #805DC7;
}
</style>
border-color css
<style>
span { border-color: #805DC7; }
span { border-color: rgb(128,93,199); }
td.TdClassName
{
border-color: #805DC7;
}
.TagClassName
{
border-color: #805DC7;
}
</style>