Shades of Studio #803CAA
Tints of Studio #803CAA
RGB
CMYK
RGB Variations
Color information
#803CAA (or 0x803CAA) is known color: Studio. HEX triplet: 80, 3C and AA. RGB value is (128,60,170). Sum of RGB (Red+Green+Blue) = 128+60+170=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #803CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803CAA is #7FC355. Grayscale: #5C5C5C. Windows color (decimal): -8373078 or 11156608. OLE color: 11156608.
HSL color Cylindrical-coordinate representation of color #803CAA: hue angle of 277.09º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #803CAA is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 60 | 170 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.33 |
| HSL | 277.09º | 0.48% | 0.45% | - |
| HSV(B) | 277.09º | 0.65% | 0.67% | - |
| XYZ | 17.77 | 10.72 | 39.16 | - |
| YUV | 92.87 | 171.53 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 170 | 0.25 | 0.65 | 0 | 0.33 | 277.09 | 0.48 | 0.45 |
| Hex | 80 | 3C | AA | 19 | 41 | 0 | 21 | 115 | 30 | 2D |
| Octal | 200 | 74 | 252 | 31 | 101 | 0 | 41 | 425 | 60 | 55 |
| Binary | 10000000 | 111100 | 10101010 | 11001 | 1000001 | 0 | 100001 | 100010101 | 110000 | 101101 |
Color Harmonies of #803CAA
Complementary color
Monochromatic Colors of #803CAA
Black with #803CAA
Text Example
Text Example
White with #803CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CAA; }
p { color: rgb(128,60,170); }
H1.HeaderClassName
{
color: #803CAA;
}
.AnyTagClassName
{
color: #803CAA;
}
</style>
background-color css
<style>
a { background-color: #803CAA; }
a { background-color: rgb(128,60,170); }
div.DivClassName
{
background-color: #803CAA;
}
.BgClassName
{
background-color: #803CAA;
}
</style>
border-color css
<style>
span { border-color: #803CAA; }
span { border-color: rgb(128,60,170); }
td.TdClassName
{
border-color: #803CAA;
}
.TagClassName
{
border-color: #803CAA;
}
</style>