Shades of Studio #803AB4
Tints of Studio #803AB4
RGB
CMYK
RGB Variations
Color information
#803AB4 (or 0x803AB4) is known color: Studio. HEX triplet: 80, 3A and B4. RGB value is (128,58,180). Sum of RGB (Red+Green+Blue) = 128+58+180=366 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.97% from 366); Green value is 58 (23.05% from 255 or 15.85% from 366); Blue value is 180 (70.70% from 255 or 49.18% from 366); Max value from RGB is 180 - color contains mainly: blue. Hex color #803AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #803AB4 is #7FC54B. Grayscale: #5C5C5C. Windows color (decimal): -8373580 or 11811456. OLE color: 11811456.
HSL color Cylindrical-coordinate representation of color #803AB4: hue angle of 274.43º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #803AB4 is Cyan = 0.29, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 128 | 58 | 180 | - |
| CMYK | 0.29 | 0.68 | 0 | 0.29 |
| HSL | 274.43º | 0.51% | 0.47% | - |
| HSV(B) | 274.43º | 0.68% | 0.71% | - |
| XYZ | 18.65 | 10.91 | 44.3 | - |
| YUV | 92.84 | 177.19 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 180 | 0.29 | 0.68 | 0 | 0.29 | 274.43 | 0.51 | 0.47 |
| Hex | 80 | 3A | B4 | 1D | 44 | 0 | 1D | 112 | 33 | 2F |
| Octal | 200 | 72 | 264 | 35 | 104 | 0 | 35 | 422 | 63 | 57 |
| Binary | 10000000 | 111010 | 10110100 | 11101 | 1000100 | 0 | 11101 | 100010010 | 110011 | 101111 |
Color Harmonies of #803AB4
Complementary color
Monochromatic Colors of #803AB4
Black with #803AB4
Text Example
Text Example
White with #803AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803AB4; }
p { color: rgb(128,58,180); }
H1.HeaderClassName
{
color: #803AB4;
}
.AnyTagClassName
{
color: #803AB4;
}
</style>
background-color css
<style>
a { background-color: #803AB4; }
a { background-color: rgb(128,58,180); }
div.DivClassName
{
background-color: #803AB4;
}
.BgClassName
{
background-color: #803AB4;
}
</style>
border-color css
<style>
span { border-color: #803AB4; }
span { border-color: rgb(128,58,180); }
td.TdClassName
{
border-color: #803AB4;
}
.TagClassName
{
border-color: #803AB4;
}
</style>