Shades of Studio #81499D
Tints of Studio #81499D
RGB
CMYK
RGB Variations
Color information
#81499D (or 0x81499D) is known color: Studio. HEX triplet: 81, 49 and 9D. RGB value is (129,73,157). Sum of RGB (Red+Green+Blue) = 129+73+157=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 157 (61.72% from 255 or 43.73% from 359); Max value from RGB is 157 - color contains mainly: blue. Hex color #81499D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81499D is #7EB662. Grayscale: #636363. Windows color (decimal): -8304227 or 10307969. OLE color: 10307969.
HSL color Cylindrical-coordinate representation of color #81499D: hue angle of 280º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #81499D is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 73 | 157 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.38 |
| HSL | 280º | 0.37% | 0.45% | - |
| HSV(B) | 280º | 0.54% | 0.62% | - |
| XYZ | 17.52 | 11.87 | 33.27 | - |
| YUV | 99.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 157 | 0.18 | 0.54 | 0 | 0.38 | 280 | 0.37 | 0.45 |
| Hex | 81 | 49 | 9D | 12 | 36 | 0 | 26 | 118 | 25 | 2D |
| Octal | 201 | 111 | 235 | 22 | 66 | 0 | 46 | 430 | 45 | 55 |
| Binary | 10000001 | 1001001 | 10011101 | 10010 | 110110 | 0 | 100110 | 100011000 | 100101 | 101101 |
Color Harmonies of #81499D
Complementary color
Monochromatic Colors of #81499D
Black with #81499D
Text Example
Text Example
White with #81499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81499D; }
p { color: rgb(129,73,157); }
H1.HeaderClassName
{
color: #81499D;
}
.AnyTagClassName
{
color: #81499D;
}
</style>
background-color css
<style>
a { background-color: #81499D; }
a { background-color: rgb(129,73,157); }
div.DivClassName
{
background-color: #81499D;
}
.BgClassName
{
background-color: #81499D;
}
</style>
border-color css
<style>
span { border-color: #81499D; }
span { border-color: rgb(129,73,157); }
td.TdClassName
{
border-color: #81499D;
}
.TagClassName
{
border-color: #81499D;
}
</style>