Shades of Studio #8742AB
Tints of Studio #8742AB
RGB
CMYK
RGB Variations
Color information
#8742AB (or 0x8742AB) is known color: Studio. HEX triplet: 87, 42 and AB. RGB value is (135,66,171). Sum of RGB (Red+Green+Blue) = 135+66+171=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 66 (26.17% from 255 or 17.74% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #8742AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8742AB is #78BD54. Grayscale: #626262. Windows color (decimal): -7912789 or 11223687. OLE color: 11223687.
HSL color Cylindrical-coordinate representation of color #8742AB: hue angle of 279.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8742AB is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 66 | 171 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.33 |
| HSL | 279.43º | 0.44% | 0.46% | - |
| HSV(B) | 279.43º | 0.61% | 0.67% | - |
| XYZ | 19.29 | 11.99 | 39.83 | - |
| YUV | 98.6 | 168.86 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 171 | 0.21 | 0.61 | 0 | 0.33 | 279.43 | 0.44 | 0.46 |
| Hex | 87 | 42 | AB | 15 | 3D | 0 | 21 | 117 | 2C | 2E |
| Octal | 207 | 102 | 253 | 25 | 75 | 0 | 41 | 427 | 54 | 56 |
| Binary | 10000111 | 1000010 | 10101011 | 10101 | 111101 | 0 | 100001 | 100010111 | 101100 | 101110 |
Color Harmonies of #8742AB
Complementary color
Monochromatic Colors of #8742AB
Black with #8742AB
Text Example
Text Example
White with #8742AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8742AB; }
p { color: rgb(135,66,171); }
H1.HeaderClassName
{
color: #8742AB;
}
.AnyTagClassName
{
color: #8742AB;
}
</style>
background-color css
<style>
a { background-color: #8742AB; }
a { background-color: rgb(135,66,171); }
div.DivClassName
{
background-color: #8742AB;
}
.BgClassName
{
background-color: #8742AB;
}
</style>
border-color css
<style>
span { border-color: #8742AB; }
span { border-color: rgb(135,66,171); }
td.TdClassName
{
border-color: #8742AB;
}
.TagClassName
{
border-color: #8742AB;
}
</style>