Shades of Studio #813CA9
Tints of Studio #813CA9
RGB
CMYK
RGB Variations
Color information
#813CA9 (or 0x813CA9) is known color: Studio. HEX triplet: 81, 3C and A9. RGB value is (129,60,169). Sum of RGB (Red+Green+Blue) = 129+60+169=358 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.03% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 169 (66.41% from 255 or 47.21% from 358); Max value from RGB is 169 - color contains mainly: blue. Hex color #813CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813CA9 is #7EC356. Grayscale: #5C5C5C. Windows color (decimal): -8307543 or 11091073. OLE color: 11091073.
HSL color Cylindrical-coordinate representation of color #813CA9: hue angle of 277.98º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #813CA9 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 129 | 60 | 169 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.34 |
| HSL | 277.98º | 0.48% | 0.45% | - |
| HSV(B) | 277.98º | 0.64% | 0.66% | - |
| XYZ | 17.83 | 10.76 | 38.67 | - |
| YUV | 93.06 | 170.86 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 60 | 169 | 0.24 | 0.64 | 0 | 0.34 | 277.98 | 0.48 | 0.45 |
| Hex | 81 | 3C | A9 | 18 | 40 | 0 | 22 | 116 | 30 | 2D |
| Octal | 201 | 74 | 251 | 30 | 100 | 0 | 42 | 426 | 60 | 55 |
| Binary | 10000001 | 111100 | 10101001 | 11000 | 1000000 | 0 | 100010 | 100010110 | 110000 | 101101 |
Color Harmonies of #813CA9
Complementary color
Monochromatic Colors of #813CA9
Black with #813CA9
Text Example
Text Example
White with #813CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813CA9; }
p { color: rgb(129,60,169); }
H1.HeaderClassName
{
color: #813CA9;
}
.AnyTagClassName
{
color: #813CA9;
}
</style>
background-color css
<style>
a { background-color: #813CA9; }
a { background-color: rgb(129,60,169); }
div.DivClassName
{
background-color: #813CA9;
}
.BgClassName
{
background-color: #813CA9;
}
</style>
border-color css
<style>
span { border-color: #813CA9; }
span { border-color: rgb(129,60,169); }
td.TdClassName
{
border-color: #813CA9;
}
.TagClassName
{
border-color: #813CA9;
}
</style>