Shades of Studio #805AB1
Tints of Studio #805AB1
RGB
CMYK
RGB Variations
Color information
#805AB1 (or 0x805AB1) is known color: Studio. HEX triplet: 80, 5A and B1. RGB value is (128,90,177). Sum of RGB (Red+Green+Blue) = 128+90+177=395 (52% of max value = 765). Red value is 128 (50.39% from 255 or 32.41% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 177 (69.53% from 255 or 44.81% from 395); Max value from RGB is 177 - color contains mainly: blue. Hex color #805AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #805AB1 is #7FA54E. Grayscale: #6E6E6E. Windows color (decimal): -8365391 or 11623040. OLE color: 11623040.
HSL color Cylindrical-coordinate representation of color #805AB1: hue angle of 266.21º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #805AB1 is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 90 | 177 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.31 |
| HSL | 266.21º | 0.36% | 0.52% | - |
| HSV(B) | 266.21º | 0.49% | 0.69% | - |
| XYZ | 20.49 | 15.08 | 43.42 | - |
| YUV | 111.28 | 165.09 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 90 | 177 | 0.28 | 0.49 | 0 | 0.31 | 266.21 | 0.36 | 0.52 |
| Hex | 80 | 5A | B1 | 1C | 31 | 0 | 1F | 10A | 24 | 34 |
| Octal | 200 | 132 | 261 | 34 | 61 | 0 | 37 | 412 | 44 | 64 |
| Binary | 10000000 | 1011010 | 10110001 | 11100 | 110001 | 0 | 11111 | 100001010 | 100100 | 110100 |
Color Harmonies of #805AB1
Complementary color
Monochromatic Colors of #805AB1
Black with #805AB1
Text Example
Text Example
White with #805AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805AB1; }
p { color: rgb(128,90,177); }
H1.HeaderClassName
{
color: #805AB1;
}
.AnyTagClassName
{
color: #805AB1;
}
</style>
background-color css
<style>
a { background-color: #805AB1; }
a { background-color: rgb(128,90,177); }
div.DivClassName
{
background-color: #805AB1;
}
.BgClassName
{
background-color: #805AB1;
}
</style>
border-color css
<style>
span { border-color: #805AB1; }
span { border-color: rgb(128,90,177); }
td.TdClassName
{
border-color: #805AB1;
}
.TagClassName
{
border-color: #805AB1;
}
</style>