Shades of Studio #803DAC
Tints of Studio #803DAC
RGB
CMYK
RGB Variations
Color information
#803DAC (or 0x803DAC) is known color: Studio. HEX triplet: 80, 3D and AC. RGB value is (128,61,172). Sum of RGB (Red+Green+Blue) = 128+61+172=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 61 (24.22% from 255 or 16.90% from 361); Blue value is 172 (67.58% from 255 or 47.65% from 361); Max value from RGB is 172 - color contains mainly: blue. Hex color #803DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803DAC is #7FC253. Grayscale: #5D5D5D. Windows color (decimal): -8372820 or 11287936. OLE color: 11287936.
HSL color Cylindrical-coordinate representation of color #803DAC: hue angle of 276.22º 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 #803DAC is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 61 | 172 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.33 |
| HSL | 276.22º | 0.48% | 0.46% | - |
| HSV(B) | 276.22º | 0.65% | 0.67% | - |
| XYZ | 18.02 | 10.91 | 40.19 | - |
| YUV | 93.69 | 172.2 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 172 | 0.26 | 0.65 | 0 | 0.33 | 276.22 | 0.48 | 0.46 |
| Hex | 80 | 3D | AC | 1A | 41 | 0 | 21 | 114 | 30 | 2E |
| Octal | 200 | 75 | 254 | 32 | 101 | 0 | 41 | 424 | 60 | 56 |
| Binary | 10000000 | 111101 | 10101100 | 11010 | 1000001 | 0 | 100001 | 100010100 | 110000 | 101110 |
Color Harmonies of #803DAC
Complementary color
Monochromatic Colors of #803DAC
Black with #803DAC
Text Example
Text Example
White with #803DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DAC; }
p { color: rgb(128,61,172); }
H1.HeaderClassName
{
color: #803DAC;
}
.AnyTagClassName
{
color: #803DAC;
}
</style>
background-color css
<style>
a { background-color: #803DAC; }
a { background-color: rgb(128,61,172); }
div.DivClassName
{
background-color: #803DAC;
}
.BgClassName
{
background-color: #803DAC;
}
</style>
border-color css
<style>
span { border-color: #803DAC; }
span { border-color: rgb(128,61,172); }
td.TdClassName
{
border-color: #803DAC;
}
.TagClassName
{
border-color: #803DAC;
}
</style>