Shades of Studio #8138AD
Tints of Studio #8138AD
RGB
CMYK
RGB Variations
Color information
#8138AD (or 0x8138AD) is known color: Studio. HEX triplet: 81, 38 and AD. RGB value is (129,56,173). Sum of RGB (Red+Green+Blue) = 129+56+173=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 56 (22.27% from 255 or 15.64% 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 #8138AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8138AD is #7EC752. Grayscale: #5A5A5A. Windows color (decimal): -8308563 or 11352193. OLE color: 11352193.
HSL color Cylindrical-coordinate representation of color #8138AD: hue angle of 277.44º 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 #8138AD is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 56 | 173 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.32 |
| HSL | 277.44º | 0.51% | 0.45% | - |
| HSV(B) | 277.44º | 0.68% | 0.68% | - |
| XYZ | 18.01 | 10.51 | 40.62 | - |
| YUV | 91.17 | 174.18 | 154.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 56 | 173 | 0.25 | 0.68 | 0 | 0.32 | 277.44 | 0.51 | 0.45 |
| Hex | 81 | 38 | AD | 19 | 44 | 0 | 20 | 115 | 33 | 2D |
| Octal | 201 | 70 | 255 | 31 | 104 | 0 | 40 | 425 | 63 | 55 |
| Binary | 10000001 | 111000 | 10101101 | 11001 | 1000100 | 0 | 100000 | 100010101 | 110011 | 101101 |
Color Harmonies of #8138AD
Complementary color
Monochromatic Colors of #8138AD
Black with #8138AD
Text Example
Text Example
White with #8138AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8138AD; }
p { color: rgb(129,56,173); }
H1.HeaderClassName
{
color: #8138AD;
}
.AnyTagClassName
{
color: #8138AD;
}
</style>
background-color css
<style>
a { background-color: #8138AD; }
a { background-color: rgb(129,56,173); }
div.DivClassName
{
background-color: #8138AD;
}
.BgClassName
{
background-color: #8138AD;
}
</style>
border-color css
<style>
span { border-color: #8138AD; }
span { border-color: rgb(129,56,173); }
td.TdClassName
{
border-color: #8138AD;
}
.TagClassName
{
border-color: #8138AD;
}
</style>