Shades of Studio #8038AE
Tints of Studio #8038AE
RGB
CMYK
RGB Variations
Color information
#8038AE (or 0x8038AE) is known color: Studio. HEX triplet: 80, 38 and AE. RGB value is (128,56,174). Sum of RGB (Red+Green+Blue) = 128+56+174=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 56 (22.27% from 255 or 15.64% from 358); Blue value is 174 (68.36% from 255 or 48.60% from 358); Max value from RGB is 174 - color contains mainly: blue. Hex color #8038AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8038AE is #7FC751. Grayscale: #5A5A5A. Windows color (decimal): -8374098 or 11417728. OLE color: 11417728.
HSL color Cylindrical-coordinate representation of color #8038AE: hue angle of 276.61º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8038AE is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 56 | 174 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.32 |
| HSL | 276.61º | 0.51% | 0.45% | - |
| HSV(B) | 276.61º | 0.68% | 0.68% | - |
| XYZ | 17.96 | 10.47 | 41.12 | - |
| YUV | 90.98 | 174.85 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 174 | 0.26 | 0.68 | 0 | 0.32 | 276.61 | 0.51 | 0.45 |
| Hex | 80 | 38 | AE | 1A | 44 | 0 | 20 | 115 | 33 | 2D |
| Octal | 200 | 70 | 256 | 32 | 104 | 0 | 40 | 425 | 63 | 55 |
| Binary | 10000000 | 111000 | 10101110 | 11010 | 1000100 | 0 | 100000 | 100010101 | 110011 | 101101 |
Color Harmonies of #8038AE
Complementary color
Monochromatic Colors of #8038AE
Black with #8038AE
Text Example
Text Example
White with #8038AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8038AE; }
p { color: rgb(128,56,174); }
H1.HeaderClassName
{
color: #8038AE;
}
.AnyTagClassName
{
color: #8038AE;
}
</style>
background-color css
<style>
a { background-color: #8038AE; }
a { background-color: rgb(128,56,174); }
div.DivClassName
{
background-color: #8038AE;
}
.BgClassName
{
background-color: #8038AE;
}
</style>
border-color css
<style>
span { border-color: #8038AE; }
span { border-color: rgb(128,56,174); }
td.TdClassName
{
border-color: #8038AE;
}
.TagClassName
{
border-color: #8038AE;
}
</style>