Shades of Studio #803BAC
Tints of Studio #803BAC
RGB
CMYK
RGB Variations
Color information
#803BAC (or 0x803BAC) is known color: Studio. HEX triplet: 80, 3B and AC. RGB value is (128,59,172). Sum of RGB (Red+Green+Blue) = 128+59+172=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 59 (23.44% from 255 or 16.43% from 359); Blue value is 172 (67.58% from 255 or 47.91% from 359); Max value from RGB is 172 - color contains mainly: blue. Hex color #803BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #803BAC is #7FC453. Grayscale: #5C5C5C. Windows color (decimal): -8373332 or 11287424. OLE color: 11287424.
HSL color Cylindrical-coordinate representation of color #803BAC: hue angle of 276.64º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #803BAC is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 59 | 172 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.33 |
| HSL | 276.64º | 0.49% | 0.45% | - |
| HSV(B) | 276.64º | 0.66% | 0.67% | - |
| XYZ | 17.91 | 10.7 | 40.15 | - |
| YUV | 92.51 | 172.86 | 153.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 59 | 172 | 0.26 | 0.66 | 0 | 0.33 | 276.64 | 0.49 | 0.45 |
| Hex | 80 | 3B | AC | 1A | 42 | 0 | 21 | 115 | 31 | 2D |
| Octal | 200 | 73 | 254 | 32 | 102 | 0 | 41 | 425 | 61 | 55 |
| Binary | 10000000 | 111011 | 10101100 | 11010 | 1000010 | 0 | 100001 | 100010101 | 110001 | 101101 |
Color Harmonies of #803BAC
Complementary color
Monochromatic Colors of #803BAC
Black with #803BAC
Text Example
Text Example
White with #803BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803BAC; }
p { color: rgb(128,59,172); }
H1.HeaderClassName
{
color: #803BAC;
}
.AnyTagClassName
{
color: #803BAC;
}
</style>
background-color css
<style>
a { background-color: #803BAC; }
a { background-color: rgb(128,59,172); }
div.DivClassName
{
background-color: #803BAC;
}
.BgClassName
{
background-color: #803BAC;
}
</style>
border-color css
<style>
span { border-color: #803BAC; }
span { border-color: rgb(128,59,172); }
td.TdClassName
{
border-color: #803BAC;
}
.TagClassName
{
border-color: #803BAC;
}
</style>