Shades of True V #805DCB
Tints of True V #805DCB
RGB
CMYK
RGB Variations
Color information
#805DCB (or 0x805DCB) is known color: True V. HEX triplet: 80, 5D and CB. RGB value is (128,93,203). Sum of RGB (Red+Green+Blue) = 128+93+203=424 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.19% from 424); Green value is 93 (36.72% from 255 or 21.93% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #805DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805DCB is #7FA234. Grayscale: #737373. Windows color (decimal): -8364597 or 13327744. OLE color: 13327744.
HSL color Cylindrical-coordinate representation of color #805DCB: hue angle of 259.09º degrees, saturation: 0.51, 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 #805DCB is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 93 | 203 | - |
| CMYK | 0.37 | 0.54 | 0 | 0.20 |
| HSL | 259.09º | 0.51% | 0.58% | - |
| HSV(B) | 259.09º | 0.54% | 0.8% | - |
| XYZ | 23.6 | 16.73 | 58.49 | - |
| YUV | 116.01 | 177.1 | 136.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 203 | 0.37 | 0.54 | 0 | 0.20 | 259.09 | 0.51 | 0.58 |
| Hex | 80 | 5D | CB | 25 | 36 | 0 | 14 | 103 | 33 | 3A |
| Octal | 200 | 135 | 313 | 45 | 66 | 0 | 24 | 403 | 63 | 72 |
| Binary | 10000000 | 1011101 | 11001011 | 100101 | 110110 | 0 | 10100 | 100000011 | 110011 | 111010 |
Color Harmonies of #805DCB
Complementary color
Monochromatic Colors of #805DCB
Black with #805DCB
Text Example
Text Example
White with #805DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DCB; }
p { color: rgb(128,93,203); }
H1.HeaderClassName
{
color: #805DCB;
}
.AnyTagClassName
{
color: #805DCB;
}
</style>
background-color css
<style>
a { background-color: #805DCB; }
a { background-color: rgb(128,93,203); }
div.DivClassName
{
background-color: #805DCB;
}
.BgClassName
{
background-color: #805DCB;
}
</style>
border-color css
<style>
span { border-color: #805DCB; }
span { border-color: rgb(128,93,203); }
td.TdClassName
{
border-color: #805DCB;
}
.TagClassName
{
border-color: #805DCB;
}
</style>