Shades of Studio #814D9D
Tints of Studio #814D9D
RGB
CMYK
RGB Variations
Color information
#814D9D (or 0x814D9D) is known color: Studio. HEX triplet: 81, 4D and 9D. RGB value is (129,77,157). Sum of RGB (Red+Green+Blue) = 129+77+157=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 157 (61.72% from 255 or 43.25% from 363); Max value from RGB is 157 - color contains mainly: blue. Hex color #814D9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814D9D is #7EB262. Grayscale: #656565. Windows color (decimal): -8303203 or 10308993. OLE color: 10308993.
HSL color Cylindrical-coordinate representation of color #814D9D: hue angle of 279º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #814D9D is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 77 | 157 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.38 |
| HSL | 279º | 0.34% | 0.46% | - |
| HSV(B) | 279º | 0.51% | 0.62% | - |
| XYZ | 17.79 | 12.41 | 33.36 | - |
| YUV | 101.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 77 | 157 | 0.18 | 0.51 | 0 | 0.38 | 279 | 0.34 | 0.46 |
| Hex | 81 | 4D | 9D | 12 | 33 | 0 | 26 | 117 | 22 | 2E |
| Octal | 201 | 115 | 235 | 22 | 63 | 0 | 46 | 427 | 42 | 56 |
| Binary | 10000001 | 1001101 | 10011101 | 10010 | 110011 | 0 | 100110 | 100010111 | 100010 | 101110 |
Color Harmonies of #814D9D
Complementary color
Monochromatic Colors of #814D9D
Black with #814D9D
Text Example
Text Example
White with #814D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814D9D; }
p { color: rgb(129,77,157); }
H1.HeaderClassName
{
color: #814D9D;
}
.AnyTagClassName
{
color: #814D9D;
}
</style>
background-color css
<style>
a { background-color: #814D9D; }
a { background-color: rgb(129,77,157); }
div.DivClassName
{
background-color: #814D9D;
}
.BgClassName
{
background-color: #814D9D;
}
</style>
border-color css
<style>
span { border-color: #814D9D; }
span { border-color: rgb(129,77,157); }
td.TdClassName
{
border-color: #814D9D;
}
.TagClassName
{
border-color: #814D9D;
}
</style>