Shades of Studio #8042A9
Tints of Studio #8042A9
RGB
CMYK
RGB Variations
Color information
#8042A9 (or 0x8042A9) is known color: Studio. HEX triplet: 80, 42 and A9. RGB value is (128,66,169). Sum of RGB (Red+Green+Blue) = 128+66+169=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 169 (66.41% from 255 or 46.56% from 363); Max value from RGB is 169 - color contains mainly: blue. Hex color #8042A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8042A9 is #7FBD56. Grayscale: #5F5F5F. Windows color (decimal): -8371543 or 11092608. OLE color: 11092608.
HSL color Cylindrical-coordinate representation of color #8042A9: hue angle of 276.12º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8042A9 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 66 | 169 | - |
| CMYK | 0.24 | 0.61 | 0 | 0.34 |
| HSL | 276.12º | 0.44% | 0.46% | - |
| HSV(B) | 276.12º | 0.61% | 0.66% | - |
| XYZ | 18.01 | 11.35 | 38.78 | - |
| YUV | 96.28 | 169.04 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 169 | 0.24 | 0.61 | 0 | 0.34 | 276.12 | 0.44 | 0.46 |
| Hex | 80 | 42 | A9 | 18 | 3D | 0 | 22 | 114 | 2C | 2E |
| Octal | 200 | 102 | 251 | 30 | 75 | 0 | 42 | 424 | 54 | 56 |
| Binary | 10000000 | 1000010 | 10101001 | 11000 | 111101 | 0 | 100010 | 100010100 | 101100 | 101110 |
Color Harmonies of #8042A9
Complementary color
Monochromatic Colors of #8042A9
Black with #8042A9
Text Example
Text Example
White with #8042A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8042A9; }
p { color: rgb(128,66,169); }
H1.HeaderClassName
{
color: #8042A9;
}
.AnyTagClassName
{
color: #8042A9;
}
</style>
background-color css
<style>
a { background-color: #8042A9; }
a { background-color: rgb(128,66,169); }
div.DivClassName
{
background-color: #8042A9;
}
.BgClassName
{
background-color: #8042A9;
}
</style>
border-color css
<style>
span { border-color: #8042A9; }
span { border-color: rgb(128,66,169); }
td.TdClassName
{
border-color: #8042A9;
}
.TagClassName
{
border-color: #8042A9;
}
</style>