Shades of Studio #803CAD
Tints of Studio #803CAD
RGB
CMYK
RGB Variations
Color information
#803CAD (or 0x803CAD) is known color: Studio. HEX triplet: 80, 3C and AD. RGB value is (128,60,173). Sum of RGB (Red+Green+Blue) = 128+60+173=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #803CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803CAD is #7FC352. Grayscale: #5C5C5C. Windows color (decimal): -8373075 or 11353216. OLE color: 11353216.
HSL color Cylindrical-coordinate representation of color #803CAD: hue angle of 276.11º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #803CAD is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 60 | 173 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.32 |
| HSL | 276.11º | 0.48% | 0.46% | - |
| HSV(B) | 276.11º | 0.65% | 0.68% | - |
| XYZ | 18.06 | 10.84 | 40.68 | - |
| YUV | 93.21 | 173.03 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 173 | 0.26 | 0.65 | 0 | 0.32 | 276.11 | 0.48 | 0.46 |
| Hex | 80 | 3C | AD | 1A | 41 | 0 | 20 | 114 | 30 | 2E |
| Octal | 200 | 74 | 255 | 32 | 101 | 0 | 40 | 424 | 60 | 56 |
| Binary | 10000000 | 111100 | 10101101 | 11010 | 1000001 | 0 | 100000 | 100010100 | 110000 | 101110 |
Color Harmonies of #803CAD
Complementary color
Monochromatic Colors of #803CAD
Black with #803CAD
Text Example
Text Example
White with #803CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CAD; }
p { color: rgb(128,60,173); }
H1.HeaderClassName
{
color: #803CAD;
}
.AnyTagClassName
{
color: #803CAD;
}
</style>
background-color css
<style>
a { background-color: #803CAD; }
a { background-color: rgb(128,60,173); }
div.DivClassName
{
background-color: #803CAD;
}
.BgClassName
{
background-color: #803CAD;
}
</style>
border-color css
<style>
span { border-color: #803CAD; }
span { border-color: rgb(128,60,173); }
td.TdClassName
{
border-color: #803CAD;
}
.TagClassName
{
border-color: #803CAD;
}
</style>