Shades of Studio #803FAC
Tints of Studio #803FAC
RGB
CMYK
RGB Variations
Color information
#803FAC (or 0x803FAC) is known color: Studio. HEX triplet: 80, 3F and AC. RGB value is (128,63,172). Sum of RGB (Red+Green+Blue) = 128+63+172=363 (48% of max value = 765). Red value is 128 (50.39% from 255 or 35.26% from 363); Green value is 63 (25% from 255 or 17.36% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #803FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803FAC is #7FC053. Grayscale: #5E5E5E. Windows color (decimal): -8372308 or 11288448. OLE color: 11288448.
HSL color Cylindrical-coordinate representation of color #803FAC: hue angle of 275.78º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #803FAC is Cyan = 0.26, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 63 | 172 | - |
| CMYK | 0.26 | 0.63 | 0 | 0.33 |
| HSL | 275.78º | 0.46% | 0.46% | - |
| HSV(B) | 275.78º | 0.63% | 0.67% | - |
| XYZ | 18.13 | 11.12 | 40.22 | - |
| YUV | 94.86 | 171.53 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 172 | 0.26 | 0.63 | 0 | 0.33 | 275.78 | 0.46 | 0.46 |
| Hex | 80 | 3F | AC | 1A | 3F | 0 | 21 | 114 | 2E | 2E |
| Octal | 200 | 77 | 254 | 32 | 77 | 0 | 41 | 424 | 56 | 56 |
| Binary | 10000000 | 111111 | 10101100 | 11010 | 111111 | 0 | 100001 | 100010100 | 101110 | 101110 |
Color Harmonies of #803FAC
Complementary color
Monochromatic Colors of #803FAC
Black with #803FAC
Text Example
Text Example
White with #803FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FAC; }
p { color: rgb(128,63,172); }
H1.HeaderClassName
{
color: #803FAC;
}
.AnyTagClassName
{
color: #803FAC;
}
</style>
background-color css
<style>
a { background-color: #803FAC; }
a { background-color: rgb(128,63,172); }
div.DivClassName
{
background-color: #803FAC;
}
.BgClassName
{
background-color: #803FAC;
}
</style>
border-color css
<style>
span { border-color: #803FAC; }
span { border-color: rgb(128,63,172); }
td.TdClassName
{
border-color: #803FAC;
}
.TagClassName
{
border-color: #803FAC;
}
</style>