Shades of True V #805FC3
Tints of True V #805FC3
RGB
CMYK
RGB Variations
Color information
#805FC3 (or 0x805FC3) is known color: True V. HEX triplet: 80, 5F and C3. RGB value is (128,95,195). Sum of RGB (Red+Green+Blue) = 128+95+195=418 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.62% from 418); Green value is 95 (37.5% from 255 or 22.73% from 418); Blue value is 195 (76.56% from 255 or 46.65% from 418); Max value from RGB is 195 - color contains mainly: blue. Hex color #805FC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FC3 is #7FA03C. Grayscale: #737373. Windows color (decimal): -8364093 or 12803968. OLE color: 12803968.
HSL color Cylindrical-coordinate representation of color #805FC3: hue angle of 259.8º 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 #805FC3 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 128 | 95 | 195 | - |
| CMYK | 0.34 | 0.51 | 0 | 0.24 |
| HSL | 259.8º | 0.45% | 0.57% | - |
| HSV(B) | 259.8º | 0.51% | 0.76% | - |
| XYZ | 22.84 | 16.71 | 53.65 | - |
| YUV | 116.27 | 172.43 | 136.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 195 | 0.34 | 0.51 | 0 | 0.24 | 259.8 | 0.45 | 0.57 |
| Hex | 80 | 5F | C3 | 22 | 33 | 0 | 18 | 104 | 2D | 39 |
| Octal | 200 | 137 | 303 | 42 | 63 | 0 | 30 | 404 | 55 | 71 |
| Binary | 10000000 | 1011111 | 11000011 | 100010 | 110011 | 0 | 11000 | 100000100 | 101101 | 111001 |
Color Harmonies of #805FC3
Complementary color
Monochromatic Colors of #805FC3
Black with #805FC3
Text Example
Text Example
White with #805FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FC3; }
p { color: rgb(128,95,195); }
H1.HeaderClassName
{
color: #805FC3;
}
.AnyTagClassName
{
color: #805FC3;
}
</style>
background-color css
<style>
a { background-color: #805FC3; }
a { background-color: rgb(128,95,195); }
div.DivClassName
{
background-color: #805FC3;
}
.BgClassName
{
background-color: #805FC3;
}
</style>
border-color css
<style>
span { border-color: #805FC3; }
span { border-color: rgb(128,95,195); }
td.TdClassName
{
border-color: #805FC3;
}
.TagClassName
{
border-color: #805FC3;
}
</style>