Shades of Studio #814C9B
Tints of Studio #814C9B
RGB
CMYK
RGB Variations
Color information
#814C9B (or 0x814C9B) is known color: Studio. HEX triplet: 81, 4C and 9B. RGB value is (129,76,155). Sum of RGB (Red+Green+Blue) = 129+76+155=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 155 (60.94% from 255 or 43.06% from 360); Max value from RGB is 155 - color contains mainly: blue. Hex color #814C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #814C9B is #7EB364. Grayscale: #646464. Windows color (decimal): -8303461 or 10177665. OLE color: 10177665.
HSL color Cylindrical-coordinate representation of color #814C9B: hue angle of 280.25º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #814C9B is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 129 | 76 | 155 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.39 |
| HSL | 280.25º | 0.34% | 0.45% | - |
| HSV(B) | 280.25º | 0.51% | 0.61% | - |
| XYZ | 17.55 | 12.2 | 32.44 | - |
| YUV | 100.85 | 158.56 | 148.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 155 | 0.17 | 0.51 | 0 | 0.39 | 280.25 | 0.34 | 0.45 |
| Hex | 81 | 4C | 9B | 11 | 33 | 0 | 27 | 118 | 22 | 2D |
| Octal | 201 | 114 | 233 | 21 | 63 | 0 | 47 | 430 | 42 | 55 |
| Binary | 10000001 | 1001100 | 10011011 | 10001 | 110011 | 0 | 100111 | 100011000 | 100010 | 101101 |
Color Harmonies of #814C9B
Complementary color
Monochromatic Colors of #814C9B
Black with #814C9B
Text Example
Text Example
White with #814C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814C9B; }
p { color: rgb(129,76,155); }
H1.HeaderClassName
{
color: #814C9B;
}
.AnyTagClassName
{
color: #814C9B;
}
</style>
background-color css
<style>
a { background-color: #814C9B; }
a { background-color: rgb(129,76,155); }
div.DivClassName
{
background-color: #814C9B;
}
.BgClassName
{
background-color: #814C9B;
}
</style>
border-color css
<style>
span { border-color: #814C9B; }
span { border-color: rgb(129,76,155); }
td.TdClassName
{
border-color: #814C9B;
}
.TagClassName
{
border-color: #814C9B;
}
</style>