Shades of Studio #8043A0
Tints of Studio #8043A0
RGB
CMYK
RGB Variations
Color information
#8043A0 (or 0x8043A0) is known color: Studio. HEX triplet: 80, 43 and A0. RGB value is (128,67,160). Sum of RGB (Red+Green+Blue) = 128+67+160=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 160 - color contains mainly: blue. Hex color #8043A0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8043A0 is #7FBC5F. Grayscale: #5F5F5F. Windows color (decimal): -8371296 or 10503040. OLE color: 10503040.
HSL color Cylindrical-coordinate representation of color #8043A0: hue angle of 279.35º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8043A0 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 67 | 160 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.37 |
| HSL | 279.35º | 0.41% | 0.45% | - |
| HSV(B) | 279.35º | 0.58% | 0.63% | - |
| XYZ | 17.25 | 11.14 | 34.5 | - |
| YUV | 95.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 160 | 0.20 | 0.58 | 0 | 0.37 | 279.35 | 0.41 | 0.45 |
| Hex | 80 | 43 | A0 | 14 | 3A | 0 | 25 | 117 | 29 | 2D |
| Octal | 200 | 103 | 240 | 24 | 72 | 0 | 45 | 427 | 51 | 55 |
| Binary | 10000000 | 1000011 | 10100000 | 10100 | 111010 | 0 | 100101 | 100010111 | 101001 | 101101 |
Color Harmonies of #8043A0
Complementary color
Monochromatic Colors of #8043A0
Black with #8043A0
Text Example
Text Example
White with #8043A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8043A0; }
p { color: rgb(128,67,160); }
H1.HeaderClassName
{
color: #8043A0;
}
.AnyTagClassName
{
color: #8043A0;
}
</style>
background-color css
<style>
a { background-color: #8043A0; }
a { background-color: rgb(128,67,160); }
div.DivClassName
{
background-color: #8043A0;
}
.BgClassName
{
background-color: #8043A0;
}
</style>
border-color css
<style>
span { border-color: #8043A0; }
span { border-color: rgb(128,67,160); }
td.TdClassName
{
border-color: #8043A0;
}
.TagClassName
{
border-color: #8043A0;
}
</style>