Shades of Studio #803DBC
Tints of Studio #803DBC
RGB
CMYK
RGB Variations
Color information
#803DBC (or 0x803DBC) is known color: Studio. HEX triplet: 80, 3D and BC. RGB value is (128,61,188). Sum of RGB (Red+Green+Blue) = 128+61+188=377 (49% of max value = 765). Red value is 128 (50.39% from 255 or 33.95% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 188 (73.83% from 255 or 49.87% from 377); Max value from RGB is 188 - color contains mainly: blue. Hex color #803DBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DBC is #7FC243. Grayscale: #5F5F5F. Windows color (decimal): -8372804 or 12336512. OLE color: 12336512.
HSL color Cylindrical-coordinate representation of color #803DBC: hue angle of 271.65º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803DBC is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 61 | 188 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.26 |
| HSL | 271.65º | 0.51% | 0.49% | - |
| HSV(B) | 271.65º | 0.68% | 0.74% | - |
| XYZ | 19.65 | 11.56 | 48.77 | - |
| YUV | 95.51 | 180.2 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 188 | 0.32 | 0.68 | 0 | 0.26 | 271.65 | 0.51 | 0.49 |
| Hex | 80 | 3D | BC | 20 | 44 | 0 | 1A | 110 | 33 | 31 |
| Octal | 200 | 75 | 274 | 40 | 104 | 0 | 32 | 420 | 63 | 61 |
| Binary | 10000000 | 111101 | 10111100 | 100000 | 1000100 | 0 | 11010 | 100010000 | 110011 | 110001 |
Color Harmonies of #803DBC
Complementary color
Monochromatic Colors of #803DBC
Black with #803DBC
Text Example
Text Example
White with #803DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DBC; }
p { color: rgb(128,61,188); }
H1.HeaderClassName
{
color: #803DBC;
}
.AnyTagClassName
{
color: #803DBC;
}
</style>
background-color css
<style>
a { background-color: #803DBC; }
a { background-color: rgb(128,61,188); }
div.DivClassName
{
background-color: #803DBC;
}
.BgClassName
{
background-color: #803DBC;
}
</style>
border-color css
<style>
span { border-color: #803DBC; }
span { border-color: rgb(128,61,188); }
td.TdClassName
{
border-color: #803DBC;
}
.TagClassName
{
border-color: #803DBC;
}
</style>