Shades of Studio #803EAA
Tints of Studio #803EAA
RGB
CMYK
RGB Variations
Color information
#803EAA (or 0x803EAA) is known color: Studio. HEX triplet: 80, 3E and AA. RGB value is (128,62,170). Sum of RGB (Red+Green+Blue) = 128+62+170=360 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.56% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 170 (66.80% from 255 or 47.22% from 360); Max value from RGB is 170 - color contains mainly: blue. Hex color #803EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803EAA is #7FC155. Grayscale: #5D5D5D. Windows color (decimal): -8372566 or 11157120. OLE color: 11157120.
HSL color Cylindrical-coordinate representation of color #803EAA: hue angle of 276.67º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #803EAA is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 62 | 170 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.33 |
| HSL | 276.67º | 0.47% | 0.45% | - |
| HSV(B) | 276.67º | 0.64% | 0.67% | - |
| XYZ | 17.88 | 10.94 | 39.2 | - |
| YUV | 94.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 62 | 170 | 0.25 | 0.64 | 0 | 0.33 | 276.67 | 0.47 | 0.45 |
| Hex | 80 | 3E | AA | 19 | 40 | 0 | 21 | 115 | 2F | 2D |
| Octal | 200 | 76 | 252 | 31 | 100 | 0 | 41 | 425 | 57 | 55 |
| Binary | 10000000 | 111110 | 10101010 | 11001 | 1000000 | 0 | 100001 | 100010101 | 101111 | 101101 |
Color Harmonies of #803EAA
Complementary color
Monochromatic Colors of #803EAA
Black with #803EAA
Text Example
Text Example
White with #803EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803EAA; }
p { color: rgb(128,62,170); }
H1.HeaderClassName
{
color: #803EAA;
}
.AnyTagClassName
{
color: #803EAA;
}
</style>
background-color css
<style>
a { background-color: #803EAA; }
a { background-color: rgb(128,62,170); }
div.DivClassName
{
background-color: #803EAA;
}
.BgClassName
{
background-color: #803EAA;
}
</style>
border-color css
<style>
span { border-color: #803EAA; }
span { border-color: rgb(128,62,170); }
td.TdClassName
{
border-color: #803EAA;
}
.TagClassName
{
border-color: #803EAA;
}
</style>