Shades of Studio #805BAB
Tints of Studio #805BAB
RGB
CMYK
RGB Variations
Color information
#805BAB (or 0x805BAB) is known color: Studio. HEX triplet: 80, 5B and AB. RGB value is (128,91,171). Sum of RGB (Red+Green+Blue) = 128+91+171=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #805BAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805BAB is #7FA454. Grayscale: #6E6E6E. Windows color (decimal): -8365141 or 11230080. OLE color: 11230080.
HSL color Cylindrical-coordinate representation of color #805BAB: hue angle of 267.75º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #805BAB is Cyan = 0.25, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 91 | 171 | - |
| CMYK | 0.25 | 0.47 | 0 | 0.33 |
| HSL | 267.75º | 0.32% | 0.51% | - |
| HSV(B) | 267.75º | 0.47% | 0.67% | - |
| XYZ | 19.99 | 15.01 | 40.37 | - |
| YUV | 111.18 | 161.76 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 91 | 171 | 0.25 | 0.47 | 0 | 0.33 | 267.75 | 0.32 | 0.51 |
| Hex | 80 | 5B | AB | 19 | 2F | 0 | 21 | 10C | 20 | 33 |
| Octal | 200 | 133 | 253 | 31 | 57 | 0 | 41 | 414 | 40 | 63 |
| Binary | 10000000 | 1011011 | 10101011 | 11001 | 101111 | 0 | 100001 | 100001100 | 100000 | 110011 |
Color Harmonies of #805BAB
Complementary color
Monochromatic Colors of #805BAB
Black with #805BAB
Text Example
Text Example
White with #805BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805BAB; }
p { color: rgb(128,91,171); }
H1.HeaderClassName
{
color: #805BAB;
}
.AnyTagClassName
{
color: #805BAB;
}
</style>
background-color css
<style>
a { background-color: #805BAB; }
a { background-color: rgb(128,91,171); }
div.DivClassName
{
background-color: #805BAB;
}
.BgClassName
{
background-color: #805BAB;
}
</style>
border-color css
<style>
span { border-color: #805BAB; }
span { border-color: rgb(128,91,171); }
td.TdClassName
{
border-color: #805BAB;
}
.TagClassName
{
border-color: #805BAB;
}
</style>