Shades of Studio #803BA6
Tints of Studio #803BA6
RGB
CMYK
RGB Variations
Color information
#803BA6 (or 0x803BA6) is known color: Studio. HEX triplet: 80, 3B and A6. RGB value is (128,59,166). Sum of RGB (Red+Green+Blue) = 128+59+166=353 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.26% from 353); Green value is 59 (23.44% from 255 or 16.71% from 353); Blue value is 166 (65.23% from 255 or 47.03% from 353); Max value from RGB is 166 - color contains mainly: blue. Hex color #803BA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803BA6 is #7FC459. Grayscale: #5B5B5B. Windows color (decimal): -8373338 or 10894208. OLE color: 10894208.
HSL color Cylindrical-coordinate representation of color #803BA6: hue angle of 278.69º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #803BA6 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 59 | 166 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.35 |
| HSL | 278.69º | 0.48% | 0.44% | - |
| HSV(B) | 278.69º | 0.64% | 0.65% | - |
| XYZ | 17.35 | 10.47 | 37.18 | - |
| YUV | 91.83 | 169.86 | 153.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 166 | 0.23 | 0.64 | 0 | 0.35 | 278.69 | 0.48 | 0.44 |
| Hex | 80 | 3B | A6 | 17 | 40 | 0 | 23 | 117 | 30 | 2C |
| Octal | 200 | 73 | 246 | 27 | 100 | 0 | 43 | 427 | 60 | 54 |
| Binary | 10000000 | 111011 | 10100110 | 10111 | 1000000 | 0 | 100011 | 100010111 | 110000 | 101100 |
Color Harmonies of #803BA6
Complementary color
Monochromatic Colors of #803BA6
Black with #803BA6
Text Example
Text Example
White with #803BA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803BA6; }
p { color: rgb(128,59,166); }
H1.HeaderClassName
{
color: #803BA6;
}
.AnyTagClassName
{
color: #803BA6;
}
</style>
background-color css
<style>
a { background-color: #803BA6; }
a { background-color: rgb(128,59,166); }
div.DivClassName
{
background-color: #803BA6;
}
.BgClassName
{
background-color: #803BA6;
}
</style>
border-color css
<style>
span { border-color: #803BA6; }
span { border-color: rgb(128,59,166); }
td.TdClassName
{
border-color: #803BA6;
}
.TagClassName
{
border-color: #803BA6;
}
</style>