Shades of Studio #8742AA
Tints of Studio #8742AA
RGB
CMYK
RGB Variations
Color information
#8742AA (or 0x8742AA) is known color: Studio. HEX triplet: 87, 42 and AA. RGB value is (135,66,170). Sum of RGB (Red+Green+Blue) = 135+66+170=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 170 (66.80% from 255 or 45.82% from 371); Max value from RGB is 170 - color contains mainly: blue. Hex color #8742AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8742AA is #78BD55. Grayscale: #626262. Windows color (decimal): -7912790 or 11158151. OLE color: 11158151.
HSL color Cylindrical-coordinate representation of color #8742AA: hue angle of 279.81º 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 #8742AA is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 66 | 170 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.33 |
| HSL | 279.81º | 0.44% | 0.46% | - |
| HSV(B) | 279.81º | 0.61% | 0.67% | - |
| XYZ | 19.2 | 11.95 | 39.33 | - |
| YUV | 98.49 | 168.36 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 66 | 170 | 0.21 | 0.61 | 0 | 0.33 | 279.81 | 0.44 | 0.46 |
| Hex | 87 | 42 | AA | 15 | 3D | 0 | 21 | 118 | 2C | 2E |
| Octal | 207 | 102 | 252 | 25 | 75 | 0 | 41 | 430 | 54 | 56 |
| Binary | 10000111 | 1000010 | 10101010 | 10101 | 111101 | 0 | 100001 | 100011000 | 101100 | 101110 |
Color Harmonies of #8742AA
Complementary color
Monochromatic Colors of #8742AA
Black with #8742AA
Text Example
Text Example
White with #8742AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8742AA; }
p { color: rgb(135,66,170); }
H1.HeaderClassName
{
color: #8742AA;
}
.AnyTagClassName
{
color: #8742AA;
}
</style>
background-color css
<style>
a { background-color: #8742AA; }
a { background-color: rgb(135,66,170); }
div.DivClassName
{
background-color: #8742AA;
}
.BgClassName
{
background-color: #8742AA;
}
</style>
border-color css
<style>
span { border-color: #8742AA; }
span { border-color: rgb(135,66,170); }
td.TdClassName
{
border-color: #8742AA;
}
.TagClassName
{
border-color: #8742AA;
}
</style>