Shades of Studio #8040A3
Tints of Studio #8040A3
RGB
CMYK
RGB Variations
Color information
#8040A3 (or 0x8040A3) is known color: Studio. HEX triplet: 80, 40 and A3. RGB value is (128,64,163). Sum of RGB (Red+Green+Blue) = 128+64+163=355 (47% of max value = 765). Red value is 128 (50.39% from 255 or 36.06% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 163 (64.06% from 255 or 45.92% from 355); Max value from RGB is 163 - color contains mainly: blue. Hex color #8040A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8040A3 is #7FBF5C. Grayscale: #5E5E5E. Windows color (decimal): -8372061 or 10698880. OLE color: 10698880.
HSL color Cylindrical-coordinate representation of color #8040A3: hue angle of 278.79º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8040A3 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 128 | 64 | 163 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.36 |
| HSL | 278.79º | 0.44% | 0.45% | - |
| HSV(B) | 278.79º | 0.61% | 0.64% | - |
| XYZ | 17.35 | 10.9 | 35.84 | - |
| YUV | 94.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 64 | 163 | 0.21 | 0.61 | 0 | 0.36 | 278.79 | 0.44 | 0.45 |
| Hex | 80 | 40 | A3 | 15 | 3D | 0 | 24 | 117 | 2C | 2D |
| Octal | 200 | 100 | 243 | 25 | 75 | 0 | 44 | 427 | 54 | 55 |
| Binary | 10000000 | 1000000 | 10100011 | 10101 | 111101 | 0 | 100100 | 100010111 | 101100 | 101101 |
Color Harmonies of #8040A3
Complementary color
Monochromatic Colors of #8040A3
Black with #8040A3
Text Example
Text Example
White with #8040A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8040A3; }
p { color: rgb(128,64,163); }
H1.HeaderClassName
{
color: #8040A3;
}
.AnyTagClassName
{
color: #8040A3;
}
</style>
background-color css
<style>
a { background-color: #8040A3; }
a { background-color: rgb(128,64,163); }
div.DivClassName
{
background-color: #8040A3;
}
.BgClassName
{
background-color: #8040A3;
}
</style>
border-color css
<style>
span { border-color: #8040A3; }
span { border-color: rgb(128,64,163); }
td.TdClassName
{
border-color: #8040A3;
}
.TagClassName
{
border-color: #8040A3;
}
</style>