Shades of Studio #803CBB
Tints of Studio #803CBB
RGB
CMYK
RGB Variations
Color information
#803CBB (or 0x803CBB) is known color: Studio. HEX triplet: 80, 3C and BB. RGB value is (128,60,187). Sum of RGB (Red+Green+Blue) = 128+60+187=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 187 (73.44% from 255 or 49.87% from 375); Max value from RGB is 187 - color contains mainly: blue. Hex color #803CBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CBB is #7FC344. Grayscale: #5E5E5E. Windows color (decimal): -8373061 or 12270720. OLE color: 12270720.
HSL color Cylindrical-coordinate representation of color #803CBB: hue angle of 272.13º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803CBB is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 60 | 187 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.27 |
| HSL | 272.13º | 0.51% | 0.48% | - |
| HSV(B) | 272.13º | 0.68% | 0.73% | - |
| XYZ | 19.49 | 11.41 | 48.19 | - |
| YUV | 94.81 | 180.03 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 187 | 0.32 | 0.68 | 0 | 0.27 | 272.13 | 0.51 | 0.48 |
| Hex | 80 | 3C | BB | 20 | 44 | 0 | 1B | 110 | 33 | 30 |
| Octal | 200 | 74 | 273 | 40 | 104 | 0 | 33 | 420 | 63 | 60 |
| Binary | 10000000 | 111100 | 10111011 | 100000 | 1000100 | 0 | 11011 | 100010000 | 110011 | 110000 |
Color Harmonies of #803CBB
Complementary color
Monochromatic Colors of #803CBB
Black with #803CBB
Text Example
Text Example
White with #803CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CBB; }
p { color: rgb(128,60,187); }
H1.HeaderClassName
{
color: #803CBB;
}
.AnyTagClassName
{
color: #803CBB;
}
</style>
background-color css
<style>
a { background-color: #803CBB; }
a { background-color: rgb(128,60,187); }
div.DivClassName
{
background-color: #803CBB;
}
.BgClassName
{
background-color: #803CBB;
}
</style>
border-color css
<style>
span { border-color: #803CBB; }
span { border-color: rgb(128,60,187); }
td.TdClassName
{
border-color: #803CBB;
}
.TagClassName
{
border-color: #803CBB;
}
</style>