Shades of Studio #8139AE
Tints of Studio #8139AE
RGB
CMYK
RGB Variations
Color information
#8139AE (or 0x8139AE) is known color: Studio. HEX triplet: 81, 39 and AE. RGB value is (129,57,174). Sum of RGB (Red+Green+Blue) = 129+57+174=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 57 (22.66% from 255 or 15.83% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #8139AE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8139AE is #7EC651. Grayscale: #5B5B5B. Windows color (decimal): -8308306 or 11417985. OLE color: 11417985.
HSL color Cylindrical-coordinate representation of color #8139AE: hue angle of 276.92º degrees, saturation: 0.51, 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 #8139AE is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 57 | 174 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.32 |
| HSL | 276.92º | 0.51% | 0.45% | - |
| HSV(B) | 276.92º | 0.67% | 0.68% | - |
| XYZ | 18.16 | 10.65 | 41.14 | - |
| YUV | 91.87 | 174.35 | 154.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 57 | 174 | 0.26 | 0.67 | 0 | 0.32 | 276.92 | 0.51 | 0.45 |
| Hex | 81 | 39 | AE | 1A | 43 | 0 | 20 | 115 | 33 | 2D |
| Octal | 201 | 71 | 256 | 32 | 103 | 0 | 40 | 425 | 63 | 55 |
| Binary | 10000001 | 111001 | 10101110 | 11010 | 1000011 | 0 | 100000 | 100010101 | 110011 | 101101 |
Color Harmonies of #8139AE
Complementary color
Monochromatic Colors of #8139AE
Black with #8139AE
Text Example
Text Example
White with #8139AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8139AE; }
p { color: rgb(129,57,174); }
H1.HeaderClassName
{
color: #8139AE;
}
.AnyTagClassName
{
color: #8139AE;
}
</style>
background-color css
<style>
a { background-color: #8139AE; }
a { background-color: rgb(129,57,174); }
div.DivClassName
{
background-color: #8139AE;
}
.BgClassName
{
background-color: #8139AE;
}
</style>
border-color css
<style>
span { border-color: #8139AE; }
span { border-color: rgb(129,57,174); }
td.TdClassName
{
border-color: #8139AE;
}
.TagClassName
{
border-color: #8139AE;
}
</style>