Shades of Studio #803EAB
Tints of Studio #803EAB
RGB
CMYK
RGB Variations
Color information
#803EAB (or 0x803EAB) is known color: Studio. HEX triplet: 80, 3E and AB. RGB value is (128,62,171). Sum of RGB (Red+Green+Blue) = 128+62+171=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 171 (67.19% from 255 or 47.37% from 361); Max value from RGB is 171 - color contains mainly: blue. Hex color #803EAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803EAB is #7FC154. Grayscale: #5D5D5D. Windows color (decimal): -8372565 or 11222656. OLE color: 11222656.
HSL color Cylindrical-coordinate representation of color #803EAB: hue angle of 276.33º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #803EAB is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 62 | 171 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.33 |
| HSL | 276.33º | 0.47% | 0.46% | - |
| HSV(B) | 276.33º | 0.64% | 0.67% | - |
| XYZ | 17.98 | 10.97 | 39.7 | - |
| YUV | 94.16 | 171.37 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 171 | 0.25 | 0.64 | 0 | 0.33 | 276.33 | 0.47 | 0.46 |
| Hex | 80 | 3E | AB | 19 | 40 | 0 | 21 | 114 | 2F | 2E |
| Octal | 200 | 76 | 253 | 31 | 100 | 0 | 41 | 424 | 57 | 56 |
| Binary | 10000000 | 111110 | 10101011 | 11001 | 1000000 | 0 | 100001 | 100010100 | 101111 | 101110 |
Color Harmonies of #803EAB
Complementary color
Monochromatic Colors of #803EAB
Black with #803EAB
Text Example
Text Example
White with #803EAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803EAB; }
p { color: rgb(128,62,171); }
H1.HeaderClassName
{
color: #803EAB;
}
.AnyTagClassName
{
color: #803EAB;
}
</style>
background-color css
<style>
a { background-color: #803EAB; }
a { background-color: rgb(128,62,171); }
div.DivClassName
{
background-color: #803EAB;
}
.BgClassName
{
background-color: #803EAB;
}
</style>
border-color css
<style>
span { border-color: #803EAB; }
span { border-color: rgb(128,62,171); }
td.TdClassName
{
border-color: #803EAB;
}
.TagClassName
{
border-color: #803EAB;
}
</style>