Shades of Studio #805CAB
Tints of Studio #805CAB
RGB
CMYK
RGB Variations
Color information
#805CAB (or 0x805CAB) is known color: Studio. HEX triplet: 80, 5C and AB. RGB value is (128,92,171). Sum of RGB (Red+Green+Blue) = 128+92+171=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 92 (36.33% from 255 or 23.53% from 391); Blue value is 171 (67.19% from 255 or 43.73% from 391); Max value from RGB is 171 - color contains mainly: blue. Hex color #805CAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805CAB is #7FA354. Grayscale: #6F6F6F. Windows color (decimal): -8364885 or 11230336. OLE color: 11230336.
HSL color Cylindrical-coordinate representation of color #805CAB: hue angle of 267.34º degrees, saturation: 0.32, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #805CAB is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 92 | 171 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.33 |
| HSL | 267.34º | 0.32% | 0.52% | - |
| HSV(B) | 267.34º | 0.46% | 0.67% | - |
| XYZ | 20.08 | 15.18 | 40.4 | - |
| YUV | 111.77 | 161.43 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 171 | 0.25 | 0.46 | 0 | 0.33 | 267.34 | 0.32 | 0.52 |
| Hex | 80 | 5C | AB | 19 | 2E | 0 | 21 | 10B | 20 | 34 |
| Octal | 200 | 134 | 253 | 31 | 56 | 0 | 41 | 413 | 40 | 64 |
| Binary | 10000000 | 1011100 | 10101011 | 11001 | 101110 | 0 | 100001 | 100001011 | 100000 | 110100 |
Color Harmonies of #805CAB
Complementary color
Monochromatic Colors of #805CAB
Black with #805CAB
Text Example
Text Example
White with #805CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CAB; }
p { color: rgb(128,92,171); }
H1.HeaderClassName
{
color: #805CAB;
}
.AnyTagClassName
{
color: #805CAB;
}
</style>
background-color css
<style>
a { background-color: #805CAB; }
a { background-color: rgb(128,92,171); }
div.DivClassName
{
background-color: #805CAB;
}
.BgClassName
{
background-color: #805CAB;
}
</style>
border-color css
<style>
span { border-color: #805CAB; }
span { border-color: rgb(128,92,171); }
td.TdClassName
{
border-color: #805CAB;
}
.TagClassName
{
border-color: #805CAB;
}
</style>