Shades of Studio #803FAD
Tints of Studio #803FAD
RGB
CMYK
RGB Variations
Color information
#803FAD (or 0x803FAD) is known color: Studio. HEX triplet: 80, 3F and AD. RGB value is (128,63,173). Sum of RGB (Red+Green+Blue) = 128+63+173=364 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.16% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #803FAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803FAD is #7FC052. Grayscale: #5E5E5E. Windows color (decimal): -8372307 or 11353984. OLE color: 11353984.
HSL color Cylindrical-coordinate representation of color #803FAD: hue angle of 275.45º 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 #803FAD is Cyan = 0.26, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 128 | 63 | 173 | - |
| CMYK | 0.26 | 0.64 | 0 | 0.32 |
| HSL | 275.45º | 0.47% | 0.46% | - |
| HSV(B) | 275.45º | 0.64% | 0.68% | - |
| XYZ | 18.22 | 11.16 | 40.73 | - |
| YUV | 94.98 | 172.03 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 173 | 0.26 | 0.64 | 0 | 0.32 | 275.45 | 0.47 | 0.46 |
| Hex | 80 | 3F | AD | 1A | 40 | 0 | 20 | 113 | 2F | 2E |
| Octal | 200 | 77 | 255 | 32 | 100 | 0 | 40 | 423 | 57 | 56 |
| Binary | 10000000 | 111111 | 10101101 | 11010 | 1000000 | 0 | 100000 | 100010011 | 101111 | 101110 |
Color Harmonies of #803FAD
Complementary color
Monochromatic Colors of #803FAD
Black with #803FAD
Text Example
Text Example
White with #803FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FAD; }
p { color: rgb(128,63,173); }
H1.HeaderClassName
{
color: #803FAD;
}
.AnyTagClassName
{
color: #803FAD;
}
</style>
background-color css
<style>
a { background-color: #803FAD; }
a { background-color: rgb(128,63,173); }
div.DivClassName
{
background-color: #803FAD;
}
.BgClassName
{
background-color: #803FAD;
}
</style>
border-color css
<style>
span { border-color: #803FAD; }
span { border-color: rgb(128,63,173); }
td.TdClassName
{
border-color: #803FAD;
}
.TagClassName
{
border-color: #803FAD;
}
</style>