Shades of True V #805FCB
Tints of True V #805FCB
RGB
CMYK
RGB Variations
Color information
#805FCB (or 0x805FCB) is known color: True V. HEX triplet: 80, 5F and CB. RGB value is (128,95,203). Sum of RGB (Red+Green+Blue) = 128+95+203=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 95 (37.5% from 255 or 22.30% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #805FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805FCB is #7FA034. Grayscale: #747474. Windows color (decimal): -8364085 or 13328256. OLE color: 13328256.
HSL color Cylindrical-coordinate representation of color #805FCB: hue angle of 258.33º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #805FCB is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 95 | 203 | - |
| CMYK | 0.37 | 0.53 | 0 | 0.20 |
| HSL | 258.33º | 0.51% | 0.58% | - |
| HSV(B) | 258.33º | 0.53% | 0.8% | - |
| XYZ | 23.77 | 17.09 | 58.54 | - |
| YUV | 117.18 | 176.43 | 135.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 95 | 203 | 0.37 | 0.53 | 0 | 0.20 | 258.33 | 0.51 | 0.58 |
| Hex | 80 | 5F | CB | 25 | 35 | 0 | 14 | 102 | 33 | 3A |
| Octal | 200 | 137 | 313 | 45 | 65 | 0 | 24 | 402 | 63 | 72 |
| Binary | 10000000 | 1011111 | 11001011 | 100101 | 110101 | 0 | 10100 | 100000010 | 110011 | 111010 |
Color Harmonies of #805FCB
Complementary color
Monochromatic Colors of #805FCB
Black with #805FCB
Text Example
Text Example
White with #805FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805FCB; }
p { color: rgb(128,95,203); }
H1.HeaderClassName
{
color: #805FCB;
}
.AnyTagClassName
{
color: #805FCB;
}
</style>
background-color css
<style>
a { background-color: #805FCB; }
a { background-color: rgb(128,95,203); }
div.DivClassName
{
background-color: #805FCB;
}
.BgClassName
{
background-color: #805FCB;
}
</style>
border-color css
<style>
span { border-color: #805FCB; }
span { border-color: rgb(128,95,203); }
td.TdClassName
{
border-color: #805FCB;
}
.TagClassName
{
border-color: #805FCB;
}
</style>