Shades of Studio #873CAD
Tints of Studio #873CAD
RGB
CMYK
RGB Variations
Color information
#873CAD (or 0x873CAD) is known color: Studio. HEX triplet: 87, 3C and AD. RGB value is (135,60,173). Sum of RGB (Red+Green+Blue) = 135+60+173=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #873CAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873CAD is #78C352. Grayscale: #5E5E5E. Windows color (decimal): -7914323 or 11353223. OLE color: 11353223.
HSL color Cylindrical-coordinate representation of color #873CAD: hue angle of 279.82º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #873CAD is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 60 | 173 | - |
| CMYK | 0.22 | 0.65 | 0 | 0.32 |
| HSL | 279.82º | 0.48% | 0.46% | - |
| HSV(B) | 279.82º | 0.65% | 0.68% | - |
| XYZ | 19.15 | 11.4 | 40.73 | - |
| YUV | 95.31 | 171.85 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 60 | 173 | 0.22 | 0.65 | 0 | 0.32 | 279.82 | 0.48 | 0.46 |
| Hex | 87 | 3C | AD | 16 | 41 | 0 | 20 | 118 | 30 | 2E |
| Octal | 207 | 74 | 255 | 26 | 101 | 0 | 40 | 430 | 60 | 56 |
| Binary | 10000111 | 111100 | 10101101 | 10110 | 1000001 | 0 | 100000 | 100011000 | 110000 | 101110 |
Color Harmonies of #873CAD
Complementary color
Monochromatic Colors of #873CAD
Black with #873CAD
Text Example
Text Example
White with #873CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873CAD; }
p { color: rgb(135,60,173); }
H1.HeaderClassName
{
color: #873CAD;
}
.AnyTagClassName
{
color: #873CAD;
}
</style>
background-color css
<style>
a { background-color: #873CAD; }
a { background-color: rgb(135,60,173); }
div.DivClassName
{
background-color: #873CAD;
}
.BgClassName
{
background-color: #873CAD;
}
</style>
border-color css
<style>
span { border-color: #873CAD; }
span { border-color: rgb(135,60,173); }
td.TdClassName
{
border-color: #873CAD;
}
.TagClassName
{
border-color: #873CAD;
}
</style>