Shades of Studio #803DAA
Tints of Studio #803DAA
RGB
CMYK
RGB Variations
Color information
#803DAA (or 0x803DAA) is known color: Studio. HEX triplet: 80, 3D and AA. RGB value is (128,61,170). Sum of RGB (Red+Green+Blue) = 128+61+170=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 170 (66.80% from 255 or 47.35% from 359); Max value from RGB is 170 - color contains mainly: blue. Hex color #803DAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803DAA is #7FC255. Grayscale: #5D5D5D. Windows color (decimal): -8372822 or 11156864. OLE color: 11156864.
HSL color Cylindrical-coordinate representation of color #803DAA: hue angle of 276.88º 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 #803DAA is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 61 | 170 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.33 |
| HSL | 276.88º | 0.47% | 0.45% | - |
| HSV(B) | 276.88º | 0.64% | 0.67% | - |
| XYZ | 17.83 | 10.83 | 39.18 | - |
| YUV | 93.46 | 171.2 | 152.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 170 | 0.25 | 0.64 | 0 | 0.33 | 276.88 | 0.47 | 0.45 |
| Hex | 80 | 3D | AA | 19 | 40 | 0 | 21 | 115 | 2F | 2D |
| Octal | 200 | 75 | 252 | 31 | 100 | 0 | 41 | 425 | 57 | 55 |
| Binary | 10000000 | 111101 | 10101010 | 11001 | 1000000 | 0 | 100001 | 100010101 | 101111 | 101101 |
Color Harmonies of #803DAA
Complementary color
Monochromatic Colors of #803DAA
Black with #803DAA
Text Example
Text Example
White with #803DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DAA; }
p { color: rgb(128,61,170); }
H1.HeaderClassName
{
color: #803DAA;
}
.AnyTagClassName
{
color: #803DAA;
}
</style>
background-color css
<style>
a { background-color: #803DAA; }
a { background-color: rgb(128,61,170); }
div.DivClassName
{
background-color: #803DAA;
}
.BgClassName
{
background-color: #803DAA;
}
</style>
border-color css
<style>
span { border-color: #803DAA; }
span { border-color: rgb(128,61,170); }
td.TdClassName
{
border-color: #803DAA;
}
.TagClassName
{
border-color: #803DAA;
}
</style>