Shades of Studio #803CB4
Tints of Studio #803CB4
RGB
CMYK
RGB Variations
Color information
#803CB4 (or 0x803CB4) is known color: Studio. HEX triplet: 80, 3C and B4. RGB value is (128,60,180). Sum of RGB (Red+Green+Blue) = 128+60+180=368 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.78% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 180 (70.70% from 255 or 48.91% from 368); Max value from RGB is 180 - color contains mainly: blue. Hex color #803CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CB4 is #7FC34B. Grayscale: #5D5D5D. Windows color (decimal): -8373068 or 11811968. OLE color: 11811968.
HSL color Cylindrical-coordinate representation of color #803CB4: hue angle of 274º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803CB4 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 60 | 180 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.29 |
| HSL | 274º | 0.5% | 0.47% | - |
| HSV(B) | 274º | 0.67% | 0.71% | - |
| XYZ | 18.76 | 11.12 | 44.34 | - |
| YUV | 94.01 | 176.53 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 180 | 0.29 | 0.67 | 0 | 0.29 | 274 | 0.5 | 0.47 |
| Hex | 80 | 3C | B4 | 1D | 43 | 0 | 1D | 112 | 32 | 2F |
| Octal | 200 | 74 | 264 | 35 | 103 | 0 | 35 | 422 | 62 | 57 |
| Binary | 10000000 | 111100 | 10110100 | 11101 | 1000011 | 0 | 11101 | 100010010 | 110010 | 101111 |
Color Harmonies of #803CB4
Complementary color
Monochromatic Colors of #803CB4
Black with #803CB4
Text Example
Text Example
White with #803CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CB4; }
p { color: rgb(128,60,180); }
H1.HeaderClassName
{
color: #803CB4;
}
.AnyTagClassName
{
color: #803CB4;
}
</style>
background-color css
<style>
a { background-color: #803CB4; }
a { background-color: rgb(128,60,180); }
div.DivClassName
{
background-color: #803CB4;
}
.BgClassName
{
background-color: #803CB4;
}
</style>
border-color css
<style>
span { border-color: #803CB4; }
span { border-color: rgb(128,60,180); }
td.TdClassName
{
border-color: #803CB4;
}
.TagClassName
{
border-color: #803CB4;
}
</style>