Shades of Studio #8039AD
Tints of Studio #8039AD
RGB
CMYK
RGB Variations
Color information
#8039AD (or 0x8039AD) is known color: Studio. HEX triplet: 80, 39 and AD. RGB value is (128,57,173). Sum of RGB (Red+Green+Blue) = 128+57+173=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 57 (22.66% from 255 or 15.92% from 358); Blue value is 173 (67.97% from 255 or 48.32% from 358); Max value from RGB is 173 - color contains mainly: blue. Hex color #8039AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8039AD is #7FC652. Grayscale: #5B5B5B. Windows color (decimal): -8373843 or 11352448. OLE color: 11352448.
HSL color Cylindrical-coordinate representation of color #8039AD: hue angle of 276.72º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8039AD is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 57 | 173 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.32 |
| HSL | 276.72º | 0.5% | 0.45% | - |
| HSV(B) | 276.72º | 0.67% | 0.68% | - |
| XYZ | 17.91 | 10.53 | 40.62 | - |
| YUV | 91.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 173 | 0.26 | 0.67 | 0 | 0.32 | 276.72 | 0.5 | 0.45 |
| Hex | 80 | 39 | AD | 1A | 43 | 0 | 20 | 115 | 32 | 2D |
| Octal | 200 | 71 | 255 | 32 | 103 | 0 | 40 | 425 | 62 | 55 |
| Binary | 10000000 | 111001 | 10101101 | 11010 | 1000011 | 0 | 100000 | 100010101 | 110010 | 101101 |
Color Harmonies of #8039AD
Complementary color
Monochromatic Colors of #8039AD
Black with #8039AD
Text Example
Text Example
White with #8039AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8039AD; }
p { color: rgb(128,57,173); }
H1.HeaderClassName
{
color: #8039AD;
}
.AnyTagClassName
{
color: #8039AD;
}
</style>
background-color css
<style>
a { background-color: #8039AD; }
a { background-color: rgb(128,57,173); }
div.DivClassName
{
background-color: #8039AD;
}
.BgClassName
{
background-color: #8039AD;
}
</style>
border-color css
<style>
span { border-color: #8039AD; }
span { border-color: rgb(128,57,173); }
td.TdClassName
{
border-color: #8039AD;
}
.TagClassName
{
border-color: #8039AD;
}
</style>