Shades of Studio #803CA8
Tints of Studio #803CA8
RGB
CMYK
RGB Variations
Color information
#803CA8 (or 0x803CA8) is known color: Studio. HEX triplet: 80, 3C and A8. RGB value is (128,60,168). Sum of RGB (Red+Green+Blue) = 128+60+168=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 60 (23.83% from 255 or 16.85% from 356); Blue value is 168 (66.02% from 255 or 47.19% from 356); Max value from RGB is 168 - color contains mainly: blue. Hex color #803CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803CA8 is #7FC357. Grayscale: #5C5C5C. Windows color (decimal): -8373080 or 11025536. OLE color: 11025536.
HSL color Cylindrical-coordinate representation of color #803CA8: hue angle of 277.78º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #803CA8 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 60 | 168 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.34 |
| HSL | 277.78º | 0.47% | 0.45% | - |
| HSV(B) | 277.78º | 0.64% | 0.66% | - |
| XYZ | 17.59 | 10.65 | 38.17 | - |
| YUV | 92.64 | 170.53 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 168 | 0.24 | 0.64 | 0 | 0.34 | 277.78 | 0.47 | 0.45 |
| Hex | 80 | 3C | A8 | 18 | 40 | 0 | 22 | 116 | 2F | 2D |
| Octal | 200 | 74 | 250 | 30 | 100 | 0 | 42 | 426 | 57 | 55 |
| Binary | 10000000 | 111100 | 10101000 | 11000 | 1000000 | 0 | 100010 | 100010110 | 101111 | 101101 |
Color Harmonies of #803CA8
Complementary color
Monochromatic Colors of #803CA8
Black with #803CA8
Text Example
Text Example
White with #803CA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CA8; }
p { color: rgb(128,60,168); }
H1.HeaderClassName
{
color: #803CA8;
}
.AnyTagClassName
{
color: #803CA8;
}
</style>
background-color css
<style>
a { background-color: #803CA8; }
a { background-color: rgb(128,60,168); }
div.DivClassName
{
background-color: #803CA8;
}
.BgClassName
{
background-color: #803CA8;
}
</style>
border-color css
<style>
span { border-color: #803CA8; }
span { border-color: rgb(128,60,168); }
td.TdClassName
{
border-color: #803CA8;
}
.TagClassName
{
border-color: #803CA8;
}
</style>