Shades of Studio #8038AC
Tints of Studio #8038AC
RGB
CMYK
RGB Variations
Color information
#8038AC (or 0x8038AC) is known color: Studio. HEX triplet: 80, 38 and AC. RGB value is (128,56,172). Sum of RGB (Red+Green+Blue) = 128+56+172=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 56 (22.27% from 255 or 15.73% from 356); Blue value is 172 (67.58% from 255 or 48.31% from 356); Max value from RGB is 172 - color contains mainly: blue. Hex color #8038AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8038AC is #7FC753. Grayscale: #5A5A5A. Windows color (decimal): -8374100 or 11286656. OLE color: 11286656.
HSL color Cylindrical-coordinate representation of color #8038AC: hue angle of 277.24º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8038AC is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 56 | 172 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.33 |
| HSL | 277.24º | 0.51% | 0.45% | - |
| HSV(B) | 277.24º | 0.67% | 0.67% | - |
| XYZ | 17.76 | 10.4 | 40.1 | - |
| YUV | 90.75 | 173.85 | 154.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 172 | 0.26 | 0.67 | 0 | 0.33 | 277.24 | 0.51 | 0.45 |
| Hex | 80 | 38 | AC | 1A | 43 | 0 | 21 | 115 | 33 | 2D |
| Octal | 200 | 70 | 254 | 32 | 103 | 0 | 41 | 425 | 63 | 55 |
| Binary | 10000000 | 111000 | 10101100 | 11010 | 1000011 | 0 | 100001 | 100010101 | 110011 | 101101 |
Color Harmonies of #8038AC
Complementary color
Monochromatic Colors of #8038AC
Black with #8038AC
Text Example
Text Example
White with #8038AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8038AC; }
p { color: rgb(128,56,172); }
H1.HeaderClassName
{
color: #8038AC;
}
.AnyTagClassName
{
color: #8038AC;
}
</style>
background-color css
<style>
a { background-color: #8038AC; }
a { background-color: rgb(128,56,172); }
div.DivClassName
{
background-color: #8038AC;
}
.BgClassName
{
background-color: #8038AC;
}
</style>
border-color css
<style>
span { border-color: #8038AC; }
span { border-color: rgb(128,56,172); }
td.TdClassName
{
border-color: #8038AC;
}
.TagClassName
{
border-color: #8038AC;
}
</style>