Shades of Studio #803DBA
Tints of Studio #803DBA
RGB
CMYK
RGB Variations
Color information
#803DBA (or 0x803DBA) is known color: Studio. HEX triplet: 80, 3D and BA. RGB value is (128,61,186). Sum of RGB (Red+Green+Blue) = 128+61+186=375 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.13% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 186 (73.05% from 255 or 49.6% from 375); Max value from RGB is 186 - color contains mainly: blue. Hex color #803DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803DBA is #7FC245. Grayscale: #5E5E5E. Windows color (decimal): -8372806 or 12205440. OLE color: 12205440.
HSL color Cylindrical-coordinate representation of color #803DBA: hue angle of 272.16º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #803DBA is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 61 | 186 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.27 |
| HSL | 272.16º | 0.51% | 0.48% | - |
| HSV(B) | 272.16º | 0.67% | 0.73% | - |
| XYZ | 19.43 | 11.47 | 47.64 | - |
| YUV | 95.28 | 179.2 | 151.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 186 | 0.31 | 0.67 | 0 | 0.27 | 272.16 | 0.51 | 0.48 |
| Hex | 80 | 3D | BA | 1F | 43 | 0 | 1B | 110 | 33 | 30 |
| Octal | 200 | 75 | 272 | 37 | 103 | 0 | 33 | 420 | 63 | 60 |
| Binary | 10000000 | 111101 | 10111010 | 11111 | 1000011 | 0 | 11011 | 100010000 | 110011 | 110000 |
Color Harmonies of #803DBA
Complementary color
Monochromatic Colors of #803DBA
Black with #803DBA
Text Example
Text Example
White with #803DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DBA; }
p { color: rgb(128,61,186); }
H1.HeaderClassName
{
color: #803DBA;
}
.AnyTagClassName
{
color: #803DBA;
}
</style>
background-color css
<style>
a { background-color: #803DBA; }
a { background-color: rgb(128,61,186); }
div.DivClassName
{
background-color: #803DBA;
}
.BgClassName
{
background-color: #803DBA;
}
</style>
border-color css
<style>
span { border-color: #803DBA; }
span { border-color: rgb(128,61,186); }
td.TdClassName
{
border-color: #803DBA;
}
.TagClassName
{
border-color: #803DBA;
}
</style>