Shades of Studio #803AB9
Tints of Studio #803AB9
RGB
CMYK
RGB Variations
Color information
#803AB9 (or 0x803AB9) is known color: Studio. HEX triplet: 80, 3A and B9. RGB value is (128,58,185). Sum of RGB (Red+Green+Blue) = 128+58+185=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 58 (23.05% from 255 or 15.63% from 371); Blue value is 185 (72.66% from 255 or 49.87% from 371); Max value from RGB is 185 - color contains mainly: blue. Hex color #803AB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803AB9 is #7FC546. Grayscale: #5C5C5C. Windows color (decimal): -8373575 or 12139136. OLE color: 12139136.
HSL color Cylindrical-coordinate representation of color #803AB9: hue angle of 273.07º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #803AB9 is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 128 | 58 | 185 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.27 |
| HSL | 273.07º | 0.52% | 0.48% | - |
| HSV(B) | 273.07º | 0.69% | 0.73% | - |
| XYZ | 19.17 | 11.12 | 47.03 | - |
| YUV | 93.41 | 179.69 | 152.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 185 | 0.31 | 0.69 | 0 | 0.27 | 273.07 | 0.52 | 0.48 |
| Hex | 80 | 3A | B9 | 1F | 45 | 0 | 1B | 111 | 34 | 30 |
| Octal | 200 | 72 | 271 | 37 | 105 | 0 | 33 | 421 | 64 | 60 |
| Binary | 10000000 | 111010 | 10111001 | 11111 | 1000101 | 0 | 11011 | 100010001 | 110100 | 110000 |
Color Harmonies of #803AB9
Complementary color
Monochromatic Colors of #803AB9
Black with #803AB9
Text Example
Text Example
White with #803AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803AB9; }
p { color: rgb(128,58,185); }
H1.HeaderClassName
{
color: #803AB9;
}
.AnyTagClassName
{
color: #803AB9;
}
</style>
background-color css
<style>
a { background-color: #803AB9; }
a { background-color: rgb(128,58,185); }
div.DivClassName
{
background-color: #803AB9;
}
.BgClassName
{
background-color: #803AB9;
}
</style>
border-color css
<style>
span { border-color: #803AB9; }
span { border-color: rgb(128,58,185); }
td.TdClassName
{
border-color: #803AB9;
}
.TagClassName
{
border-color: #803AB9;
}
</style>