Shades of Studio #803FA9
Tints of Studio #803FA9
RGB
CMYK
RGB Variations
Color information
#803FA9 (or 0x803FA9) is known color: Studio. HEX triplet: 80, 3F and A9. RGB value is (128,63,169). Sum of RGB (Red+Green+Blue) = 128+63+169=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 169 (66.41% from 255 or 46.94% from 360); Max value from RGB is 169 - color contains mainly: blue. Hex color #803FA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803FA9 is #7FC056. Grayscale: #5E5E5E. Windows color (decimal): -8372311 or 11091840. OLE color: 11091840.
HSL color Cylindrical-coordinate representation of color #803FA9: hue angle of 276.79º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #803FA9 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 128 | 63 | 169 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.34 |
| HSL | 276.79º | 0.46% | 0.45% | - |
| HSV(B) | 276.79º | 0.63% | 0.66% | - |
| XYZ | 17.84 | 11.01 | 38.72 | - |
| YUV | 94.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 169 | 0.24 | 0.63 | 0 | 0.34 | 276.79 | 0.46 | 0.45 |
| Hex | 80 | 3F | A9 | 18 | 3F | 0 | 22 | 115 | 2E | 2D |
| Octal | 200 | 77 | 251 | 30 | 77 | 0 | 42 | 425 | 56 | 55 |
| Binary | 10000000 | 111111 | 10101001 | 11000 | 111111 | 0 | 100010 | 100010101 | 101110 | 101101 |
Color Harmonies of #803FA9
Complementary color
Monochromatic Colors of #803FA9
Black with #803FA9
Text Example
Text Example
White with #803FA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FA9; }
p { color: rgb(128,63,169); }
H1.HeaderClassName
{
color: #803FA9;
}
.AnyTagClassName
{
color: #803FA9;
}
</style>
background-color css
<style>
a { background-color: #803FA9; }
a { background-color: rgb(128,63,169); }
div.DivClassName
{
background-color: #803FA9;
}
.BgClassName
{
background-color: #803FA9;
}
</style>
border-color css
<style>
span { border-color: #803FA9; }
span { border-color: rgb(128,63,169); }
td.TdClassName
{
border-color: #803FA9;
}
.TagClassName
{
border-color: #803FA9;
}
</style>