Shades of True V #805FC2
Tints of True V #805FC2
RGB
CMYK
RGB Variations
Color information
#805FC2 (or 0x805FC2) is known color: True V. HEX triplet: 80, 5F and C2. RGB value is (128,95,194). Sum of RGB (Red+Green+Blue) = 128+95+194=417 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.70% from 417); Green value is 95 (37.5% from 255 or 22.78% from 417); Blue value is 194 (76.17% from 255 or 46.52% from 417); Max value from RGB is 194 - color contains mainly: blue. Hex color #805FC2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FC2 is #7FA03D. Grayscale: #737373. Windows color (decimal): -8364094 or 12738432. OLE color: 12738432.
HSL color Cylindrical-coordinate representation of color #805FC2: hue angle of 260º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #805FC2 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 95 | 194 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.24 |
| HSL | 260º | 0.45% | 0.57% | - |
| HSV(B) | 260º | 0.51% | 0.76% | - |
| XYZ | 22.73 | 16.67 | 53.06 | - |
| YUV | 116.15 | 171.93 | 136.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 194 | 0.34 | 0.51 | 0 | 0.24 | 260 | 0.45 | 0.57 |
| Hex | 80 | 5F | C2 | 22 | 33 | 0 | 18 | 104 | 2D | 39 |
| Octal | 200 | 137 | 302 | 42 | 63 | 0 | 30 | 404 | 55 | 71 |
| Binary | 10000000 | 1011111 | 11000010 | 100010 | 110011 | 0 | 11000 | 100000100 | 101101 | 111001 |
Color Harmonies of #805FC2
Complementary color
Monochromatic Colors of #805FC2
Black with #805FC2
Text Example
Text Example
White with #805FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FC2; }
p { color: rgb(128,95,194); }
H1.HeaderClassName
{
color: #805FC2;
}
.AnyTagClassName
{
color: #805FC2;
}
</style>
background-color css
<style>
a { background-color: #805FC2; }
a { background-color: rgb(128,95,194); }
div.DivClassName
{
background-color: #805FC2;
}
.BgClassName
{
background-color: #805FC2;
}
</style>
border-color css
<style>
span { border-color: #805FC2; }
span { border-color: rgb(128,95,194); }
td.TdClassName
{
border-color: #805FC2;
}
.TagClassName
{
border-color: #805FC2;
}
</style>