Shades of Studio #81479F
Tints of Studio #81479F
RGB
CMYK
RGB Variations
Color information
#81479F (or 0x81479F) is known color: Studio. HEX triplet: 81, 47 and 9F. RGB value is (129,71,159). Sum of RGB (Red+Green+Blue) = 129+71+159=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #81479F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #81479F is #7EB860. Grayscale: #626262. Windows color (decimal): -8304737 or 10438529. OLE color: 10438529.
HSL color Cylindrical-coordinate representation of color #81479F: hue angle of 279.55º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #81479F is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 129 | 71 | 159 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.38 |
| HSL | 279.55º | 0.38% | 0.45% | - |
| HSV(B) | 279.55º | 0.55% | 0.62% | - |
| XYZ | 17.56 | 11.68 | 34.13 | - |
| YUV | 98.37 | 162.22 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 159 | 0.19 | 0.55 | 0 | 0.38 | 279.55 | 0.38 | 0.45 |
| Hex | 81 | 47 | 9F | 13 | 37 | 0 | 26 | 118 | 26 | 2D |
| Octal | 201 | 107 | 237 | 23 | 67 | 0 | 46 | 430 | 46 | 55 |
| Binary | 10000001 | 1000111 | 10011111 | 10011 | 110111 | 0 | 100110 | 100011000 | 100110 | 101101 |
Color Harmonies of #81479F
Complementary color
Monochromatic Colors of #81479F
Black with #81479F
Text Example
Text Example
White with #81479F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81479F; }
p { color: rgb(129,71,159); }
H1.HeaderClassName
{
color: #81479F;
}
.AnyTagClassName
{
color: #81479F;
}
</style>
background-color css
<style>
a { background-color: #81479F; }
a { background-color: rgb(129,71,159); }
div.DivClassName
{
background-color: #81479F;
}
.BgClassName
{
background-color: #81479F;
}
</style>
border-color css
<style>
span { border-color: #81479F; }
span { border-color: rgb(129,71,159); }
td.TdClassName
{
border-color: #81479F;
}
.TagClassName
{
border-color: #81479F;
}
</style>