Shades of Studio #813DAC
Tints of Studio #813DAC
RGB
CMYK
RGB Variations
Color information
#813DAC (or 0x813DAC) is known color: Studio. HEX triplet: 81, 3D and AC. RGB value is (129,61,172). Sum of RGB (Red+Green+Blue) = 129+61+172=362 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.64% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #813DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #813DAC is #7EC253. Grayscale: #5D5D5D. Windows color (decimal): -8307284 or 11287937. OLE color: 11287937.
HSL color Cylindrical-coordinate representation of color #813DAC: hue angle of 276.76º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #813DAC is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 61 | 172 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.33 |
| HSL | 276.76º | 0.48% | 0.46% | - |
| HSV(B) | 276.76º | 0.65% | 0.67% | - |
| XYZ | 18.17 | 10.98 | 40.19 | - |
| YUV | 93.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 61 | 172 | 0.25 | 0.65 | 0 | 0.33 | 276.76 | 0.48 | 0.46 |
| Hex | 81 | 3D | AC | 19 | 41 | 0 | 21 | 115 | 30 | 2E |
| Octal | 201 | 75 | 254 | 31 | 101 | 0 | 41 | 425 | 60 | 56 |
| Binary | 10000001 | 111101 | 10101100 | 11001 | 1000001 | 0 | 100001 | 100010101 | 110000 | 101110 |
Color Harmonies of #813DAC
Complementary color
Monochromatic Colors of #813DAC
Black with #813DAC
Text Example
Text Example
White with #813DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813DAC; }
p { color: rgb(129,61,172); }
H1.HeaderClassName
{
color: #813DAC;
}
.AnyTagClassName
{
color: #813DAC;
}
</style>
background-color css
<style>
a { background-color: #813DAC; }
a { background-color: rgb(129,61,172); }
div.DivClassName
{
background-color: #813DAC;
}
.BgClassName
{
background-color: #813DAC;
}
</style>
border-color css
<style>
span { border-color: #813DAC; }
span { border-color: rgb(129,61,172); }
td.TdClassName
{
border-color: #813DAC;
}
.TagClassName
{
border-color: #813DAC;
}
</style>