Shades of Studio #8040A2
Tints of Studio #8040A2
RGB
CMYK
RGB Variations
Color information
#8040A2 (or 0x8040A2) is known color: Studio. HEX triplet: 80, 40 and A2. RGB value is (128,64,162). Sum of RGB (Red+Green+Blue) = 128+64+162=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 162 (63.67% from 255 or 45.76% from 354); Max value from RGB is 162 - color contains mainly: blue. Hex color #8040A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8040A2 is #7FBF5D. Grayscale: #5D5D5D. Windows color (decimal): -8372062 or 10633344. OLE color: 10633344.
HSL color Cylindrical-coordinate representation of color #8040A2: hue angle of 279.18º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8040A2 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 64 | 162 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.36 |
| HSL | 279.18º | 0.43% | 0.44% | - |
| HSV(B) | 279.18º | 0.6% | 0.64% | - |
| XYZ | 17.26 | 10.86 | 35.37 | - |
| YUV | 94.31 | 166.2 | 152.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 162 | 0.21 | 0.60 | 0 | 0.36 | 279.18 | 0.43 | 0.44 |
| Hex | 80 | 40 | A2 | 15 | 3C | 0 | 24 | 117 | 2B | 2C |
| Octal | 200 | 100 | 242 | 25 | 74 | 0 | 44 | 427 | 53 | 54 |
| Binary | 10000000 | 1000000 | 10100010 | 10101 | 111100 | 0 | 100100 | 100010111 | 101011 | 101100 |
Color Harmonies of #8040A2
Complementary color
Monochromatic Colors of #8040A2
Black with #8040A2
Text Example
Text Example
White with #8040A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8040A2; }
p { color: rgb(128,64,162); }
H1.HeaderClassName
{
color: #8040A2;
}
.AnyTagClassName
{
color: #8040A2;
}
</style>
background-color css
<style>
a { background-color: #8040A2; }
a { background-color: rgb(128,64,162); }
div.DivClassName
{
background-color: #8040A2;
}
.BgClassName
{
background-color: #8040A2;
}
</style>
border-color css
<style>
span { border-color: #8040A2; }
span { border-color: rgb(128,64,162); }
td.TdClassName
{
border-color: #8040A2;
}
.TagClassName
{
border-color: #8040A2;
}
</style>