Shades of True V #805BCB
Tints of True V #805BCB
RGB
CMYK
RGB Variations
Color information
#805BCB (or 0x805BCB) is known color: True V. HEX triplet: 80, 5B and CB. RGB value is (128,91,203). Sum of RGB (Red+Green+Blue) = 128+91+203=422 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.33% from 422); Green value is 91 (35.94% from 255 or 21.56% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #805BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805BCB is #7FA434. Grayscale: #727272. Windows color (decimal): -8365109 or 13327232. OLE color: 13327232.
HSL color Cylindrical-coordinate representation of color #805BCB: hue angle of 259.82º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805BCB is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 128 | 91 | 203 | - |
| CMYK | 0.37 | 0.55 | 0 | 0.20 |
| HSL | 259.82º | 0.52% | 0.58% | - |
| HSV(B) | 259.82º | 0.55% | 0.8% | - |
| XYZ | 23.42 | 16.38 | 58.43 | - |
| YUV | 114.83 | 177.76 | 137.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 203 | 0.37 | 0.55 | 0 | 0.20 | 259.82 | 0.52 | 0.58 |
| Hex | 80 | 5B | CB | 25 | 37 | 0 | 14 | 104 | 34 | 3A |
| Octal | 200 | 133 | 313 | 45 | 67 | 0 | 24 | 404 | 64 | 72 |
| Binary | 10000000 | 1011011 | 11001011 | 100101 | 110111 | 0 | 10100 | 100000100 | 110100 | 111010 |
Color Harmonies of #805BCB
Complementary color
Monochromatic Colors of #805BCB
Black with #805BCB
Text Example
Text Example
White with #805BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805BCB; }
p { color: rgb(128,91,203); }
H1.HeaderClassName
{
color: #805BCB;
}
.AnyTagClassName
{
color: #805BCB;
}
</style>
background-color css
<style>
a { background-color: #805BCB; }
a { background-color: rgb(128,91,203); }
div.DivClassName
{
background-color: #805BCB;
}
.BgClassName
{
background-color: #805BCB;
}
</style>
border-color css
<style>
span { border-color: #805BCB; }
span { border-color: rgb(128,91,203); }
td.TdClassName
{
border-color: #805BCB;
}
.TagClassName
{
border-color: #805BCB;
}
</style>