Shades of Studio #803CAB
Tints of Studio #803CAB
RGB
CMYK
RGB Variations
Color information
#803CAB (or 0x803CAB) is known color: Studio. HEX triplet: 80, 3C and AB. RGB value is (128,60,171). Sum of RGB (Red+Green+Blue) = 128+60+171=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 60 (23.83% from 255 or 16.71% from 359); Blue value is 171 (67.19% from 255 or 47.63% from 359); Max value from RGB is 171 - color contains mainly: blue. Hex color #803CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803CAB is #7FC354. Grayscale: #5C5C5C. Windows color (decimal): -8373077 or 11222144. OLE color: 11222144.
HSL color Cylindrical-coordinate representation of color #803CAB: hue angle of 276.76º 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 #803CAB is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 60 | 171 | - |
| CMYK | 0.25 | 0.65 | 0 | 0.33 |
| HSL | 276.76º | 0.48% | 0.45% | - |
| HSV(B) | 276.76º | 0.65% | 0.67% | - |
| XYZ | 17.87 | 10.76 | 39.66 | - |
| YUV | 92.99 | 172.03 | 152.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 171 | 0.25 | 0.65 | 0 | 0.33 | 276.76 | 0.48 | 0.45 |
| Hex | 80 | 3C | AB | 19 | 41 | 0 | 21 | 115 | 30 | 2D |
| Octal | 200 | 74 | 253 | 31 | 101 | 0 | 41 | 425 | 60 | 55 |
| Binary | 10000000 | 111100 | 10101011 | 11001 | 1000001 | 0 | 100001 | 100010101 | 110000 | 101101 |
Color Harmonies of #803CAB
Complementary color
Monochromatic Colors of #803CAB
Black with #803CAB
Text Example
Text Example
White with #803CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CAB; }
p { color: rgb(128,60,171); }
H1.HeaderClassName
{
color: #803CAB;
}
.AnyTagClassName
{
color: #803CAB;
}
</style>
background-color css
<style>
a { background-color: #803CAB; }
a { background-color: rgb(128,60,171); }
div.DivClassName
{
background-color: #803CAB;
}
.BgClassName
{
background-color: #803CAB;
}
</style>
border-color css
<style>
span { border-color: #803CAB; }
span { border-color: rgb(128,60,171); }
td.TdClassName
{
border-color: #803CAB;
}
.TagClassName
{
border-color: #803CAB;
}
</style>