Shades of Studio #803CB5
Tints of Studio #803CB5
RGB
CMYK
RGB Variations
Color information
#803CB5 (or 0x803CB5) is known color: Studio. HEX triplet: 80, 3C and B5. RGB value is (128,60,181). Sum of RGB (Red+Green+Blue) = 128+60+181=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 181 (71.09% from 255 or 49.05% from 369); Max value from RGB is 181 - color contains mainly: blue. Hex color #803CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803CB5 is #7FC34A. Grayscale: #5D5D5D. Windows color (decimal): -8373067 or 11877504. OLE color: 11877504.
HSL color Cylindrical-coordinate representation of color #803CB5: hue angle of 273.72º 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 #803CB5 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 60 | 181 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.29 |
| HSL | 273.72º | 0.5% | 0.47% | - |
| HSV(B) | 273.72º | 0.67% | 0.71% | - |
| XYZ | 18.86 | 11.16 | 44.88 | - |
| YUV | 94.13 | 177.03 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 181 | 0.29 | 0.67 | 0 | 0.29 | 273.72 | 0.5 | 0.47 |
| Hex | 80 | 3C | B5 | 1D | 43 | 0 | 1D | 112 | 32 | 2F |
| Octal | 200 | 74 | 265 | 35 | 103 | 0 | 35 | 422 | 62 | 57 |
| Binary | 10000000 | 111100 | 10110101 | 11101 | 1000011 | 0 | 11101 | 100010010 | 110010 | 101111 |
Color Harmonies of #803CB5
Complementary color
Monochromatic Colors of #803CB5
Black with #803CB5
Text Example
Text Example
White with #803CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803CB5; }
p { color: rgb(128,60,181); }
H1.HeaderClassName
{
color: #803CB5;
}
.AnyTagClassName
{
color: #803CB5;
}
</style>
background-color css
<style>
a { background-color: #803CB5; }
a { background-color: rgb(128,60,181); }
div.DivClassName
{
background-color: #803CB5;
}
.BgClassName
{
background-color: #803CB5;
}
</style>
border-color css
<style>
span { border-color: #803CB5; }
span { border-color: rgb(128,60,181); }
td.TdClassName
{
border-color: #803CB5;
}
.TagClassName
{
border-color: #803CB5;
}
</style>