Shades of Studio #803DA5
Tints of Studio #803DA5
RGB
CMYK
RGB Variations
Color information
#803DA5 (or 0x803DA5) is known color: Studio. HEX triplet: 80, 3D and A5. RGB value is (128,61,165). Sum of RGB (Red+Green+Blue) = 128+61+165=354 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.16% from 354); Green value is 61 (24.22% from 255 or 17.23% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #803DA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803DA5 is #7FC25A. Grayscale: #5C5C5C. Windows color (decimal): -8372827 or 10829184. OLE color: 10829184.
HSL color Cylindrical-coordinate representation of color #803DA5: hue angle of 278.65º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #803DA5 is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 128 | 61 | 165 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.35 |
| HSL | 278.65º | 0.46% | 0.44% | - |
| HSV(B) | 278.65º | 0.63% | 0.65% | - |
| XYZ | 17.36 | 10.64 | 36.74 | - |
| YUV | 92.89 | 168.7 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 165 | 0.22 | 0.63 | 0 | 0.35 | 278.65 | 0.46 | 0.44 |
| Hex | 80 | 3D | A5 | 16 | 3F | 0 | 23 | 117 | 2E | 2C |
| Octal | 200 | 75 | 245 | 26 | 77 | 0 | 43 | 427 | 56 | 54 |
| Binary | 10000000 | 111101 | 10100101 | 10110 | 111111 | 0 | 100011 | 100010111 | 101110 | 101100 |
Color Harmonies of #803DA5
Complementary color
Monochromatic Colors of #803DA5
Black with #803DA5
Text Example
Text Example
White with #803DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803DA5; }
p { color: rgb(128,61,165); }
H1.HeaderClassName
{
color: #803DA5;
}
.AnyTagClassName
{
color: #803DA5;
}
</style>
background-color css
<style>
a { background-color: #803DA5; }
a { background-color: rgb(128,61,165); }
div.DivClassName
{
background-color: #803DA5;
}
.BgClassName
{
background-color: #803DA5;
}
</style>
border-color css
<style>
span { border-color: #803DA5; }
span { border-color: rgb(128,61,165); }
td.TdClassName
{
border-color: #803DA5;
}
.TagClassName
{
border-color: #803DA5;
}
</style>