Shades of True V #805CBB
Tints of True V #805CBB
RGB
CMYK
RGB Variations
Color information
#805CBB (or 0x805CBB) is known color: True V. HEX triplet: 80, 5C and BB. RGB value is (128,92,187). Sum of RGB (Red+Green+Blue) = 128+92+187=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 92 (36.33% from 255 or 22.60% from 407); Blue value is 187 (73.44% from 255 or 45.95% from 407); Max value from RGB is 187 - color contains mainly: blue. Hex color #805CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CBB is #7FA344. Grayscale: #717171. Windows color (decimal): -8364869 or 12278912. OLE color: 12278912.
HSL color Cylindrical-coordinate representation of color #805CBB: hue angle of 262.74º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #805CBB is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 92 | 187 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.27 |
| HSL | 262.74º | 0.41% | 0.55% | - |
| HSV(B) | 262.74º | 0.51% | 0.73% | - |
| XYZ | 21.7 | 15.83 | 48.93 | - |
| YUV | 113.59 | 169.43 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 187 | 0.32 | 0.51 | 0 | 0.27 | 262.74 | 0.41 | 0.55 |
| Hex | 80 | 5C | BB | 20 | 33 | 0 | 1B | 107 | 29 | 37 |
| Octal | 200 | 134 | 273 | 40 | 63 | 0 | 33 | 407 | 51 | 67 |
| Binary | 10000000 | 1011100 | 10111011 | 100000 | 110011 | 0 | 11011 | 100000111 | 101001 | 110111 |
Color Harmonies of #805CBB
Complementary color
Monochromatic Colors of #805CBB
Black with #805CBB
Text Example
Text Example
White with #805CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CBB; }
p { color: rgb(128,92,187); }
H1.HeaderClassName
{
color: #805CBB;
}
.AnyTagClassName
{
color: #805CBB;
}
</style>
background-color css
<style>
a { background-color: #805CBB; }
a { background-color: rgb(128,92,187); }
div.DivClassName
{
background-color: #805CBB;
}
.BgClassName
{
background-color: #805CBB;
}
</style>
border-color css
<style>
span { border-color: #805CBB; }
span { border-color: rgb(128,92,187); }
td.TdClassName
{
border-color: #805CBB;
}
.TagClassName
{
border-color: #805CBB;
}
</style>