Shades of Studio #873FAB
Tints of Studio #873FAB
RGB
CMYK
RGB Variations
Color information
#873FAB (or 0x873FAB) is known color: Studio. HEX triplet: 87, 3F and AB. RGB value is (135,63,171). Sum of RGB (Red+Green+Blue) = 135+63+171=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 171 (67.19% from 255 or 46.34% from 369); Max value from RGB is 171 - color contains mainly: blue. Hex color #873FAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #873FAB is #78C054. Grayscale: #606060. Windows color (decimal): -7913557 or 11222919. OLE color: 11222919.
HSL color Cylindrical-coordinate representation of color #873FAB: hue angle of 280º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873FAB is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 63 | 171 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.33 |
| HSL | 280º | 0.46% | 0.46% | - |
| HSV(B) | 280º | 0.63% | 0.67% | - |
| XYZ | 19.12 | 11.65 | 39.77 | - |
| YUV | 96.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 63 | 171 | 0.21 | 0.63 | 0 | 0.33 | 280 | 0.46 | 0.46 |
| Hex | 87 | 3F | AB | 15 | 3F | 0 | 21 | 118 | 2E | 2E |
| Octal | 207 | 77 | 253 | 25 | 77 | 0 | 41 | 430 | 56 | 56 |
| Binary | 10000111 | 111111 | 10101011 | 10101 | 111111 | 0 | 100001 | 100011000 | 101110 | 101110 |
Color Harmonies of #873FAB
Complementary color
Monochromatic Colors of #873FAB
Black with #873FAB
Text Example
Text Example
White with #873FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873FAB; }
p { color: rgb(135,63,171); }
H1.HeaderClassName
{
color: #873FAB;
}
.AnyTagClassName
{
color: #873FAB;
}
</style>
background-color css
<style>
a { background-color: #873FAB; }
a { background-color: rgb(135,63,171); }
div.DivClassName
{
background-color: #873FAB;
}
.BgClassName
{
background-color: #873FAB;
}
</style>
border-color css
<style>
span { border-color: #873FAB; }
span { border-color: rgb(135,63,171); }
td.TdClassName
{
border-color: #873FAB;
}
.TagClassName
{
border-color: #873FAB;
}
</style>