Shades of True V #805AC6
Tints of True V #805AC6
RGB
CMYK
RGB Variations
Color information
#805AC6 (or 0x805AC6) is known color: True V. HEX triplet: 80, 5A and C6. RGB value is (128,90,198). Sum of RGB (Red+Green+Blue) = 128+90+198=416 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.77% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 198 (77.73% from 255 or 47.60% from 416); Max value from RGB is 198 - color contains mainly: blue. Hex color #805AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805AC6 is #7FA539. Grayscale: #717171. Windows color (decimal): -8365370 or 12999296. OLE color: 12999296.
HSL color Cylindrical-coordinate representation of color #805AC6: hue angle of 261.11º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805AC6 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 128 | 90 | 198 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.22 |
| HSL | 261.11º | 0.49% | 0.56% | - |
| HSV(B) | 261.11º | 0.55% | 0.78% | - |
| XYZ | 22.75 | 15.98 | 55.31 | - |
| YUV | 113.67 | 175.59 | 138.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 198 | 0.35 | 0.55 | 0 | 0.22 | 261.11 | 0.49 | 0.56 |
| Hex | 80 | 5A | C6 | 23 | 37 | 0 | 16 | 105 | 31 | 38 |
| Octal | 200 | 132 | 306 | 43 | 67 | 0 | 26 | 405 | 61 | 70 |
| Binary | 10000000 | 1011010 | 11000110 | 100011 | 110111 | 0 | 10110 | 100000101 | 110001 | 111000 |
Color Harmonies of #805AC6
Complementary color
Monochromatic Colors of #805AC6
Black with #805AC6
Text Example
Text Example
White with #805AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805AC6; }
p { color: rgb(128,90,198); }
H1.HeaderClassName
{
color: #805AC6;
}
.AnyTagClassName
{
color: #805AC6;
}
</style>
background-color css
<style>
a { background-color: #805AC6; }
a { background-color: rgb(128,90,198); }
div.DivClassName
{
background-color: #805AC6;
}
.BgClassName
{
background-color: #805AC6;
}
</style>
border-color css
<style>
span { border-color: #805AC6; }
span { border-color: rgb(128,90,198); }
td.TdClassName
{
border-color: #805AC6;
}
.TagClassName
{
border-color: #805AC6;
}
</style>