Shades of True V #805ECC
Tints of True V #805ECC
RGB
CMYK
RGB Variations
Color information
#805ECC (or 0x805ECC) is known color: True V. HEX triplet: 80, 5E and CC. RGB value is (128,94,204). Sum of RGB (Red+Green+Blue) = 128+94+204=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 94 (37.11% from 255 or 22.07% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #805ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ECC is #7FA133. Grayscale: #747474. Windows color (decimal): -8364340 or 13393536. OLE color: 13393536.
HSL color Cylindrical-coordinate representation of color #805ECC: hue angle of 258.55º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #805ECC is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 128 | 94 | 204 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.2 |
| HSL | 258.55º | 0.52% | 0.58% | - |
| HSV(B) | 258.55º | 0.54% | 0.8% | - |
| XYZ | 23.8 | 16.95 | 59.14 | - |
| YUV | 116.71 | 177.26 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 94 | 204 | 0.37 | 0.54 | 0 | 0.2 | 258.55 | 0.52 | 0.58 |
| Hex | 80 | 5E | CC | 25 | 36 | 0 | 14 | 103 | 34 | 3A |
| Octal | 200 | 136 | 314 | 45 | 66 | 0 | 24 | 403 | 64 | 72 |
| Binary | 10000000 | 1011110 | 11001100 | 100101 | 110110 | 0 | 10100 | 100000011 | 110100 | 111010 |
Color Harmonies of #805ECC
Complementary color
Monochromatic Colors of #805ECC
Black with #805ECC
Text Example
Text Example
White with #805ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805ECC; }
p { color: rgb(128,94,204); }
H1.HeaderClassName
{
color: #805ECC;
}
.AnyTagClassName
{
color: #805ECC;
}
</style>
background-color css
<style>
a { background-color: #805ECC; }
a { background-color: rgb(128,94,204); }
div.DivClassName
{
background-color: #805ECC;
}
.BgClassName
{
background-color: #805ECC;
}
</style>
border-color css
<style>
span { border-color: #805ECC; }
span { border-color: rgb(128,94,204); }
td.TdClassName
{
border-color: #805ECC;
}
.TagClassName
{
border-color: #805ECC;
}
</style>