Shades of True V #805CBF
Tints of True V #805CBF
RGB
CMYK
RGB Variations
Color information
#805CBF (or 0x805CBF) is known color: True V. HEX triplet: 80, 5C and BF. RGB value is (128,92,191). Sum of RGB (Red+Green+Blue) = 128+92+191=411 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.14% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 191 (75% from 255 or 46.47% from 411); Max value from RGB is 191 - color contains mainly: blue. Hex color #805CBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CBF is #7FA340. Grayscale: #717171. Windows color (decimal): -8364865 or 12541056. OLE color: 12541056.
HSL color Cylindrical-coordinate representation of color #805CBF: hue angle of 261.82º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #805CBF is Cyan = 0.33, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 92 | 191 | - |
| CMYK | 0.33 | 0.52 | 0 | 0.25 |
| HSL | 261.82º | 0.44% | 0.55% | - |
| HSV(B) | 261.82º | 0.52% | 0.75% | - |
| XYZ | 22.13 | 16.01 | 51.21 | - |
| YUV | 114.05 | 171.43 | 137.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 191 | 0.33 | 0.52 | 0 | 0.25 | 261.82 | 0.44 | 0.55 |
| Hex | 80 | 5C | BF | 21 | 34 | 0 | 19 | 106 | 2C | 37 |
| Octal | 200 | 134 | 277 | 41 | 64 | 0 | 31 | 406 | 54 | 67 |
| Binary | 10000000 | 1011100 | 10111111 | 100001 | 110100 | 0 | 11001 | 100000110 | 101100 | 110111 |
Color Harmonies of #805CBF
Complementary color
Monochromatic Colors of #805CBF
Black with #805CBF
Text Example
Text Example
White with #805CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CBF; }
p { color: rgb(128,92,191); }
H1.HeaderClassName
{
color: #805CBF;
}
.AnyTagClassName
{
color: #805CBF;
}
</style>
background-color css
<style>
a { background-color: #805CBF; }
a { background-color: rgb(128,92,191); }
div.DivClassName
{
background-color: #805CBF;
}
.BgClassName
{
background-color: #805CBF;
}
</style>
border-color css
<style>
span { border-color: #805CBF; }
span { border-color: rgb(128,92,191); }
td.TdClassName
{
border-color: #805CBF;
}
.TagClassName
{
border-color: #805CBF;
}
</style>