Shades of Studio #8043A1
Tints of Studio #8043A1
RGB
CMYK
RGB Variations
Color information
#8043A1 (or 0x8043A1) is known color: Studio. HEX triplet: 80, 43 and A1. RGB value is (128,67,161). Sum of RGB (Red+Green+Blue) = 128+67+161=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 161 (63.28% from 255 or 45.22% from 356); Max value from RGB is 161 - color contains mainly: blue. Hex color #8043A1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8043A1 is #7FBC5E. Grayscale: #5F5F5F. Windows color (decimal): -8371295 or 10568576. OLE color: 10568576.
HSL color Cylindrical-coordinate representation of color #8043A1: hue angle of 278.94º 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 #8043A1 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 128 | 67 | 161 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.37 |
| HSL | 278.94º | 0.41% | 0.45% | - |
| HSV(B) | 278.94º | 0.58% | 0.63% | - |
| XYZ | 17.34 | 11.18 | 34.96 | - |
| YUV | 95.96 | 164.71 | 150.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 67 | 161 | 0.20 | 0.58 | 0 | 0.37 | 278.94 | 0.41 | 0.45 |
| Hex | 80 | 43 | A1 | 14 | 3A | 0 | 25 | 117 | 29 | 2D |
| Octal | 200 | 103 | 241 | 24 | 72 | 0 | 45 | 427 | 51 | 55 |
| Binary | 10000000 | 1000011 | 10100001 | 10100 | 111010 | 0 | 100101 | 100010111 | 101001 | 101101 |
Color Harmonies of #8043A1
Complementary color
Monochromatic Colors of #8043A1
Black with #8043A1
Text Example
Text Example
White with #8043A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8043A1; }
p { color: rgb(128,67,161); }
H1.HeaderClassName
{
color: #8043A1;
}
.AnyTagClassName
{
color: #8043A1;
}
</style>
background-color css
<style>
a { background-color: #8043A1; }
a { background-color: rgb(128,67,161); }
div.DivClassName
{
background-color: #8043A1;
}
.BgClassName
{
background-color: #8043A1;
}
</style>
border-color css
<style>
span { border-color: #8043A1; }
span { border-color: rgb(128,67,161); }
td.TdClassName
{
border-color: #8043A1;
}
.TagClassName
{
border-color: #8043A1;
}
</style>