Shades of Studio #803CBA
Tints of Studio #803CBA
RGB
CMYK
RGB Variations
Color information
#803CBA (or 0x803CBA) is known color: Studio. HEX triplet: 80, 3C and BA. RGB value is (128,60,186). Sum of RGB (Red+Green+Blue) = 128+60+186=374 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.22% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 186 (73.05% from 255 or 49.73% from 374); Max value from RGB is 186 - color contains mainly: blue. Hex color #803CBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CBA is #7FC345. Grayscale: #5E5E5E. Windows color (decimal): -8373062 or 12205184. OLE color: 12205184.
HSL color Cylindrical-coordinate representation of color #803CBA: hue angle of 272.38º 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 #803CBA is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 60 | 186 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.27 |
| HSL | 272.38º | 0.51% | 0.48% | - |
| HSV(B) | 272.38º | 0.68% | 0.73% | - |
| XYZ | 19.38 | 11.37 | 47.63 | - |
| YUV | 94.7 | 179.53 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 186 | 0.31 | 0.68 | 0 | 0.27 | 272.38 | 0.51 | 0.48 |
| Hex | 80 | 3C | BA | 1F | 44 | 0 | 1B | 110 | 33 | 30 |
| Octal | 200 | 74 | 272 | 37 | 104 | 0 | 33 | 420 | 63 | 60 |
| Binary | 10000000 | 111100 | 10111010 | 11111 | 1000100 | 0 | 11011 | 100010000 | 110011 | 110000 |
Color Harmonies of #803CBA
Complementary color
Monochromatic Colors of #803CBA
Black with #803CBA
Text Example
Text Example
White with #803CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CBA; }
p { color: rgb(128,60,186); }
H1.HeaderClassName
{
color: #803CBA;
}
.AnyTagClassName
{
color: #803CBA;
}
</style>
background-color css
<style>
a { background-color: #803CBA; }
a { background-color: rgb(128,60,186); }
div.DivClassName
{
background-color: #803CBA;
}
.BgClassName
{
background-color: #803CBA;
}
</style>
border-color css
<style>
span { border-color: #803CBA; }
span { border-color: rgb(128,60,186); }
td.TdClassName
{
border-color: #803CBA;
}
.TagClassName
{
border-color: #803CBA;
}
</style>