Shades of True V #805ABD
Tints of True V #805ABD
RGB
CMYK
RGB Variations
Color information
#805ABD (or 0x805ABD) is known color: True V. HEX triplet: 80, 5A and BD. RGB value is (128,90,189). Sum of RGB (Red+Green+Blue) = 128+90+189=407 (53% of max value = 765). Red value is 128 (50.39% from 255 or 31.45% from 407); Green value is 90 (35.55% from 255 or 22.11% from 407); Blue value is 189 (74.22% from 255 or 46.44% from 407); Max value from RGB is 189 - color contains mainly: blue. Hex color #805ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805ABD is #7FA542. Grayscale: #707070. Windows color (decimal): -8365379 or 12409472. OLE color: 12409472.
HSL color Cylindrical-coordinate representation of color #805ABD: hue angle of 263.03º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #805ABD is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 90 | 189 | - |
| CMYK | 0.32 | 0.52 | 0 | 0.26 |
| HSL | 263.03º | 0.43% | 0.55% | - |
| HSV(B) | 263.03º | 0.52% | 0.74% | - |
| XYZ | 21.74 | 15.58 | 50 | - |
| YUV | 112.65 | 171.09 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 189 | 0.32 | 0.52 | 0 | 0.26 | 263.03 | 0.43 | 0.55 |
| Hex | 80 | 5A | BD | 20 | 34 | 0 | 1A | 107 | 2B | 37 |
| Octal | 200 | 132 | 275 | 40 | 64 | 0 | 32 | 407 | 53 | 67 |
| Binary | 10000000 | 1011010 | 10111101 | 100000 | 110100 | 0 | 11010 | 100000111 | 101011 | 110111 |
Color Harmonies of #805ABD
Complementary color
Monochromatic Colors of #805ABD
Black with #805ABD
Text Example
Text Example
White with #805ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805ABD; }
p { color: rgb(128,90,189); }
H1.HeaderClassName
{
color: #805ABD;
}
.AnyTagClassName
{
color: #805ABD;
}
</style>
background-color css
<style>
a { background-color: #805ABD; }
a { background-color: rgb(128,90,189); }
div.DivClassName
{
background-color: #805ABD;
}
.BgClassName
{
background-color: #805ABD;
}
</style>
border-color css
<style>
span { border-color: #805ABD; }
span { border-color: rgb(128,90,189); }
td.TdClassName
{
border-color: #805ABD;
}
.TagClassName
{
border-color: #805ABD;
}
</style>