Shades of Studio #814BA9
Tints of Studio #814BA9
RGB
CMYK
RGB Variations
Color information
#814BA9 (or 0x814BA9) is known color: Studio. HEX triplet: 81, 4B and A9. RGB value is (129,75,169). Sum of RGB (Red+Green+Blue) = 129+75+169=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 75 (29.69% from 255 or 20.11% from 373); Blue value is 169 (66.41% from 255 or 45.31% from 373); Max value from RGB is 169 - color contains mainly: blue. Hex color #814BA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814BA9 is #7EB456. Grayscale: #656565. Windows color (decimal): -8303703 or 11094913. OLE color: 11094913.
HSL color Cylindrical-coordinate representation of color #814BA9: hue angle of 274.47º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #814BA9 is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 75 | 169 | - |
| CMYK | 0.24 | 0.56 | 0 | 0.34 |
| HSL | 274.47º | 0.39% | 0.48% | - |
| HSV(B) | 274.47º | 0.56% | 0.66% | - |
| XYZ | 18.73 | 12.56 | 38.97 | - |
| YUV | 101.86 | 165.89 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 75 | 169 | 0.24 | 0.56 | 0 | 0.34 | 274.47 | 0.39 | 0.48 |
| Hex | 81 | 4B | A9 | 18 | 38 | 0 | 22 | 112 | 27 | 30 |
| Octal | 201 | 113 | 251 | 30 | 70 | 0 | 42 | 422 | 47 | 60 |
| Binary | 10000001 | 1001011 | 10101001 | 11000 | 111000 | 0 | 100010 | 100010010 | 100111 | 110000 |
Color Harmonies of #814BA9
Complementary color
Monochromatic Colors of #814BA9
Black with #814BA9
Text Example
Text Example
White with #814BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814BA9; }
p { color: rgb(129,75,169); }
H1.HeaderClassName
{
color: #814BA9;
}
.AnyTagClassName
{
color: #814BA9;
}
</style>
background-color css
<style>
a { background-color: #814BA9; }
a { background-color: rgb(129,75,169); }
div.DivClassName
{
background-color: #814BA9;
}
.BgClassName
{
background-color: #814BA9;
}
</style>
border-color css
<style>
span { border-color: #814BA9; }
span { border-color: rgb(129,75,169); }
td.TdClassName
{
border-color: #814BA9;
}
.TagClassName
{
border-color: #814BA9;
}
</style>