Shades of Studio #803FAE
Tints of Studio #803FAE
RGB
CMYK
RGB Variations
Color information
#803FAE (or 0x803FAE) is known color: Studio. HEX triplet: 80, 3F and AE. RGB value is (128,63,174). Sum of RGB (Red+Green+Blue) = 128+63+174=365 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.07% from 365); Green value is 63 (25% from 255 or 17.26% from 365); Blue value is 174 (68.36% from 255 or 47.67% from 365); Max value from RGB is 174 - color contains mainly: blue. Hex color #803FAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803FAE is #7FC051. Grayscale: #5E5E5E. Windows color (decimal): -8372306 or 11419520. OLE color: 11419520.
HSL color Cylindrical-coordinate representation of color #803FAE: hue angle of 275.14º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #803FAE is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 63 | 174 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.32 |
| HSL | 275.14º | 0.47% | 0.46% | - |
| HSV(B) | 275.14º | 0.64% | 0.68% | - |
| XYZ | 18.32 | 11.2 | 41.24 | - |
| YUV | 95.09 | 172.53 | 151.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 174 | 0.26 | 0.64 | 0 | 0.32 | 275.14 | 0.47 | 0.46 |
| Hex | 80 | 3F | AE | 1A | 40 | 0 | 20 | 113 | 2F | 2E |
| Octal | 200 | 77 | 256 | 32 | 100 | 0 | 40 | 423 | 57 | 56 |
| Binary | 10000000 | 111111 | 10101110 | 11010 | 1000000 | 0 | 100000 | 100010011 | 101111 | 101110 |
Color Harmonies of #803FAE
Complementary color
Monochromatic Colors of #803FAE
Black with #803FAE
Text Example
Text Example
White with #803FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FAE; }
p { color: rgb(128,63,174); }
H1.HeaderClassName
{
color: #803FAE;
}
.AnyTagClassName
{
color: #803FAE;
}
</style>
background-color css
<style>
a { background-color: #803FAE; }
a { background-color: rgb(128,63,174); }
div.DivClassName
{
background-color: #803FAE;
}
.BgClassName
{
background-color: #803FAE;
}
</style>
border-color css
<style>
span { border-color: #803FAE; }
span { border-color: rgb(128,63,174); }
td.TdClassName
{
border-color: #803FAE;
}
.TagClassName
{
border-color: #803FAE;
}
</style>