Shades of Studio #8051A2
Tints of Studio #8051A2
RGB
CMYK
RGB Variations
Color information
#8051A2 (or 0x8051A2) is known color: Studio. HEX triplet: 80, 51 and A2. RGB value is (128,81,162). Sum of RGB (Red+Green+Blue) = 128+81+162=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 162 (63.67% from 255 or 43.67% from 371); Max value from RGB is 162 - color contains mainly: blue. Hex color #8051A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8051A2 is #7FAE5D. Grayscale: #686868. Windows color (decimal): -8367710 or 10637696. OLE color: 10637696.
HSL color Cylindrical-coordinate representation of color #8051A2: hue angle of 274.81º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8051A2 is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 81 | 162 | - |
| CMYK | 0.21 | 0.50 | 0 | 0.36 |
| HSL | 274.81º | 0.33% | 0.48% | - |
| HSV(B) | 274.81º | 0.5% | 0.64% | - |
| XYZ | 18.37 | 13.08 | 35.74 | - |
| YUV | 104.29 | 160.57 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 81 | 162 | 0.21 | 0.50 | 0 | 0.36 | 274.81 | 0.33 | 0.48 |
| Hex | 80 | 51 | A2 | 15 | 32 | 0 | 24 | 113 | 21 | 30 |
| Octal | 200 | 121 | 242 | 25 | 62 | 0 | 44 | 423 | 41 | 60 |
| Binary | 10000000 | 1010001 | 10100010 | 10101 | 110010 | 0 | 100100 | 100010011 | 100001 | 110000 |
Color Harmonies of #8051A2
Complementary color
Monochromatic Colors of #8051A2
Black with #8051A2
Text Example
Text Example
White with #8051A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8051A2; }
p { color: rgb(128,81,162); }
H1.HeaderClassName
{
color: #8051A2;
}
.AnyTagClassName
{
color: #8051A2;
}
</style>
background-color css
<style>
a { background-color: #8051A2; }
a { background-color: rgb(128,81,162); }
div.DivClassName
{
background-color: #8051A2;
}
.BgClassName
{
background-color: #8051A2;
}
</style>
border-color css
<style>
span { border-color: #8051A2; }
span { border-color: rgb(128,81,162); }
td.TdClassName
{
border-color: #8051A2;
}
.TagClassName
{
border-color: #8051A2;
}
</style>