Shades of Studio #8042A1
Tints of Studio #8042A1
RGB
CMYK
RGB Variations
Color information
#8042A1 (or 0x8042A1) is known color: Studio. HEX triplet: 80, 42 and A1. RGB value is (128,66,161). Sum of RGB (Red+Green+Blue) = 128+66+161=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 66 (26.17% from 255 or 18.59% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 161 - color contains mainly: blue. Hex color #8042A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8042A1 is #7FBD5E. Grayscale: #5F5F5F. Windows color (decimal): -8371551 or 10568320. OLE color: 10568320.
HSL color Cylindrical-coordinate representation of color #8042A1: hue angle of 279.16º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8042A1 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 66 | 161 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.37 |
| HSL | 279.16º | 0.42% | 0.45% | - |
| HSV(B) | 279.16º | 0.59% | 0.63% | - |
| XYZ | 17.28 | 11.06 | 34.94 | - |
| YUV | 95.37 | 165.04 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 161 | 0.20 | 0.59 | 0 | 0.37 | 279.16 | 0.42 | 0.45 |
| Hex | 80 | 42 | A1 | 14 | 3B | 0 | 25 | 117 | 2A | 2D |
| Octal | 200 | 102 | 241 | 24 | 73 | 0 | 45 | 427 | 52 | 55 |
| Binary | 10000000 | 1000010 | 10100001 | 10100 | 111011 | 0 | 100101 | 100010111 | 101010 | 101101 |
Color Harmonies of #8042A1
Complementary color
Monochromatic Colors of #8042A1
Black with #8042A1
Text Example
Text Example
White with #8042A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8042A1; }
p { color: rgb(128,66,161); }
H1.HeaderClassName
{
color: #8042A1;
}
.AnyTagClassName
{
color: #8042A1;
}
</style>
background-color css
<style>
a { background-color: #8042A1; }
a { background-color: rgb(128,66,161); }
div.DivClassName
{
background-color: #8042A1;
}
.BgClassName
{
background-color: #8042A1;
}
</style>
border-color css
<style>
span { border-color: #8042A1; }
span { border-color: rgb(128,66,161); }
td.TdClassName
{
border-color: #8042A1;
}
.TagClassName
{
border-color: #8042A1;
}
</style>