Shades of Studio #813AB2
Tints of Studio #813AB2
RGB
CMYK
RGB Variations
Color information
#813AB2 (or 0x813AB2) is known color: Studio. HEX triplet: 81, 3A and B2. RGB value is (129,58,178). Sum of RGB (Red+Green+Blue) = 129+58+178=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 58 (23.05% from 255 or 15.89% from 365); Blue value is 178 (69.92% from 255 or 48.77% from 365); Max value from RGB is 178 - color contains mainly: blue. Hex color #813AB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813AB2 is #7EC54D. Grayscale: #5C5C5C. Windows color (decimal): -8308046 or 11680385. OLE color: 11680385.
HSL color Cylindrical-coordinate representation of color #813AB2: hue angle of 275.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #813AB2 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 129 | 58 | 178 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.30 |
| HSL | 275.5º | 0.51% | 0.46% | - |
| HSV(B) | 275.5º | 0.67% | 0.7% | - |
| XYZ | 18.6 | 10.91 | 43.24 | - |
| YUV | 92.91 | 176.02 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 58 | 178 | 0.28 | 0.67 | 0 | 0.30 | 275.5 | 0.51 | 0.46 |
| Hex | 81 | 3A | B2 | 1C | 43 | 0 | 1E | 114 | 33 | 2E |
| Octal | 201 | 72 | 262 | 34 | 103 | 0 | 36 | 424 | 63 | 56 |
| Binary | 10000001 | 111010 | 10110010 | 11100 | 1000011 | 0 | 11110 | 100010100 | 110011 | 101110 |
Color Harmonies of #813AB2
Complementary color
Monochromatic Colors of #813AB2
Black with #813AB2
Text Example
Text Example
White with #813AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813AB2; }
p { color: rgb(129,58,178); }
H1.HeaderClassName
{
color: #813AB2;
}
.AnyTagClassName
{
color: #813AB2;
}
</style>
background-color css
<style>
a { background-color: #813AB2; }
a { background-color: rgb(129,58,178); }
div.DivClassName
{
background-color: #813AB2;
}
.BgClassName
{
background-color: #813AB2;
}
</style>
border-color css
<style>
span { border-color: #813AB2; }
span { border-color: rgb(129,58,178); }
td.TdClassName
{
border-color: #813AB2;
}
.TagClassName
{
border-color: #813AB2;
}
</style>