Shades of Studio #814EB9
Tints of Studio #814EB9
RGB
CMYK
RGB Variations
Color information
#814EB9 (or 0x814EB9) is known color: Studio. HEX triplet: 81, 4E and B9. RGB value is (129,78,185). Sum of RGB (Red+Green+Blue) = 129+78+185=392 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.91% from 392); Green value is 78 (30.86% from 255 or 19.90% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #814EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814EB9 is #7EB146. Grayscale: #696969. Windows color (decimal): -8302919 or 12144257. OLE color: 12144257.
HSL color Cylindrical-coordinate representation of color #814EB9: hue angle of 268.6º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #814EB9 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 78 | 185 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.27 |
| HSL | 268.6º | 0.43% | 0.52% | - |
| HSV(B) | 268.6º | 0.58% | 0.73% | - |
| XYZ | 20.53 | 13.62 | 47.45 | - |
| YUV | 105.45 | 172.9 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 185 | 0.30 | 0.58 | 0 | 0.27 | 268.6 | 0.43 | 0.52 |
| Hex | 81 | 4E | B9 | 1E | 3A | 0 | 1B | 10D | 2B | 34 |
| Octal | 201 | 116 | 271 | 36 | 72 | 0 | 33 | 415 | 53 | 64 |
| Binary | 10000001 | 1001110 | 10111001 | 11110 | 111010 | 0 | 11011 | 100001101 | 101011 | 110100 |
Color Harmonies of #814EB9
Complementary color
Monochromatic Colors of #814EB9
Black with #814EB9
Text Example
Text Example
White with #814EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814EB9; }
p { color: rgb(129,78,185); }
H1.HeaderClassName
{
color: #814EB9;
}
.AnyTagClassName
{
color: #814EB9;
}
</style>
background-color css
<style>
a { background-color: #814EB9; }
a { background-color: rgb(129,78,185); }
div.DivClassName
{
background-color: #814EB9;
}
.BgClassName
{
background-color: #814EB9;
}
</style>
border-color css
<style>
span { border-color: #814EB9; }
span { border-color: rgb(129,78,185); }
td.TdClassName
{
border-color: #814EB9;
}
.TagClassName
{
border-color: #814EB9;
}
</style>