Shades of Studio #814F9D
Tints of Studio #814F9D
RGB
CMYK
RGB Variations
Color information
#814F9D (or 0x814F9D) is known color: Studio. HEX triplet: 81, 4F and 9D. RGB value is (129,79,157). Sum of RGB (Red+Green+Blue) = 129+79+157=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 79 (31.25% from 255 or 21.64% from 365); Blue value is 157 (61.72% from 255 or 43.01% from 365); Max value from RGB is 157 - color contains mainly: blue. Hex color #814F9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #814F9D is #7EB062. Grayscale: #666666. Windows color (decimal): -8302691 or 10309505. OLE color: 10309505.
HSL color Cylindrical-coordinate representation of color #814F9D: hue angle of 278.46º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #814F9D is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 79 | 157 | - |
| CMYK | 0.18 | 0.50 | 0 | 0.38 |
| HSL | 278.46º | 0.33% | 0.46% | - |
| HSV(B) | 278.46º | 0.5% | 0.62% | - |
| XYZ | 17.94 | 12.69 | 33.4 | - |
| YUV | 102.84 | 158.57 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 79 | 157 | 0.18 | 0.50 | 0 | 0.38 | 278.46 | 0.33 | 0.46 |
| Hex | 81 | 4F | 9D | 12 | 32 | 0 | 26 | 116 | 21 | 2E |
| Octal | 201 | 117 | 235 | 22 | 62 | 0 | 46 | 426 | 41 | 56 |
| Binary | 10000001 | 1001111 | 10011101 | 10010 | 110010 | 0 | 100110 | 100010110 | 100001 | 101110 |
Color Harmonies of #814F9D
Complementary color
Monochromatic Colors of #814F9D
Black with #814F9D
Text Example
Text Example
White with #814F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814F9D; }
p { color: rgb(129,79,157); }
H1.HeaderClassName
{
color: #814F9D;
}
.AnyTagClassName
{
color: #814F9D;
}
</style>
background-color css
<style>
a { background-color: #814F9D; }
a { background-color: rgb(129,79,157); }
div.DivClassName
{
background-color: #814F9D;
}
.BgClassName
{
background-color: #814F9D;
}
</style>
border-color css
<style>
span { border-color: #814F9D; }
span { border-color: rgb(129,79,157); }
td.TdClassName
{
border-color: #814F9D;
}
.TagClassName
{
border-color: #814F9D;
}
</style>