Shades of Studio #803FA5
Tints of Studio #803FA5
RGB
CMYK
RGB Variations
Color information
#803FA5 (or 0x803FA5) is known color: Studio. HEX triplet: 80, 3F and A5. RGB value is (128,63,165). Sum of RGB (Red+Green+Blue) = 128+63+165=356 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.96% from 356); Green value is 63 (25% from 255 or 17.70% from 356); Blue value is 165 (64.84% from 255 or 46.35% from 356); Max value from RGB is 165 - color contains mainly: blue. Hex color #803FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803FA5 is #7FC05A. Grayscale: #5D5D5D. Windows color (decimal): -8372315 or 10829696. OLE color: 10829696.
HSL color Cylindrical-coordinate representation of color #803FA5: hue angle of 278.24º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803FA5 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 63 | 165 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.35 |
| HSL | 278.24º | 0.45% | 0.45% | - |
| HSV(B) | 278.24º | 0.62% | 0.65% | - |
| XYZ | 17.47 | 10.86 | 36.77 | - |
| YUV | 94.06 | 168.03 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 63 | 165 | 0.22 | 0.62 | 0 | 0.35 | 278.24 | 0.45 | 0.45 |
| Hex | 80 | 3F | A5 | 16 | 3E | 0 | 23 | 116 | 2D | 2D |
| Octal | 200 | 77 | 245 | 26 | 76 | 0 | 43 | 426 | 55 | 55 |
| Binary | 10000000 | 111111 | 10100101 | 10110 | 111110 | 0 | 100011 | 100010110 | 101101 | 101101 |
Color Harmonies of #803FA5
Complementary color
Monochromatic Colors of #803FA5
Black with #803FA5
Text Example
Text Example
White with #803FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803FA5; }
p { color: rgb(128,63,165); }
H1.HeaderClassName
{
color: #803FA5;
}
.AnyTagClassName
{
color: #803FA5;
}
</style>
background-color css
<style>
a { background-color: #803FA5; }
a { background-color: rgb(128,63,165); }
div.DivClassName
{
background-color: #803FA5;
}
.BgClassName
{
background-color: #803FA5;
}
</style>
border-color css
<style>
span { border-color: #803FA5; }
span { border-color: rgb(128,63,165); }
td.TdClassName
{
border-color: #803FA5;
}
.TagClassName
{
border-color: #803FA5;
}
</style>