Shades of True V #805FC7
Tints of True V #805FC7
RGB
CMYK
RGB Variations
Color information
#805FC7 (or 0x805FC7) is known color: True V. HEX triplet: 80, 5F and C7. RGB value is (128,95,199). Sum of RGB (Red+Green+Blue) = 128+95+199=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 199 - color contains mainly: blue. Hex color #805FC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FC7 is #7FA038. Grayscale: #747474. Windows color (decimal): -8364089 or 13066112. OLE color: 13066112.
HSL color Cylindrical-coordinate representation of color #805FC7: hue angle of 259.04º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #805FC7 is Cyan = 0.36, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 95 | 199 | - |
| CMYK | 0.36 | 0.52 | 0 | 0.22 |
| HSL | 259.04º | 0.48% | 0.58% | - |
| HSV(B) | 259.04º | 0.52% | 0.78% | - |
| XYZ | 23.3 | 16.9 | 56.07 | - |
| YUV | 116.72 | 174.43 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 199 | 0.36 | 0.52 | 0 | 0.22 | 259.04 | 0.48 | 0.58 |
| Hex | 80 | 5F | C7 | 24 | 34 | 0 | 16 | 103 | 30 | 3A |
| Octal | 200 | 137 | 307 | 44 | 64 | 0 | 26 | 403 | 60 | 72 |
| Binary | 10000000 | 1011111 | 11000111 | 100100 | 110100 | 0 | 10110 | 100000011 | 110000 | 111010 |
Color Harmonies of #805FC7
Complementary color
Monochromatic Colors of #805FC7
Black with #805FC7
Text Example
Text Example
White with #805FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FC7; }
p { color: rgb(128,95,199); }
H1.HeaderClassName
{
color: #805FC7;
}
.AnyTagClassName
{
color: #805FC7;
}
</style>
background-color css
<style>
a { background-color: #805FC7; }
a { background-color: rgb(128,95,199); }
div.DivClassName
{
background-color: #805FC7;
}
.BgClassName
{
background-color: #805FC7;
}
</style>
border-color css
<style>
span { border-color: #805FC7; }
span { border-color: rgb(128,95,199); }
td.TdClassName
{
border-color: #805FC7;
}
.TagClassName
{
border-color: #805FC7;
}
</style>