Shades of Studio #8740AA
Tints of Studio #8740AA
RGB
CMYK
RGB Variations
Color information
#8740AA (or 0x8740AA) is known color: Studio. HEX triplet: 87, 40 and AA. RGB value is (135,64,170). Sum of RGB (Red+Green+Blue) = 135+64+170=369 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.59% from 369); Green value is 64 (25.39% from 255 or 17.34% from 369); Blue value is 170 (66.80% from 255 or 46.07% from 369); Max value from RGB is 170 - color contains mainly: blue. Hex color #8740AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8740AA is #78BF55. Grayscale: #606060. Windows color (decimal): -7913302 or 11157639. OLE color: 11157639.
HSL color Cylindrical-coordinate representation of color #8740AA: hue angle of 280.19º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8740AA is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 64 | 170 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.33 |
| HSL | 280.19º | 0.45% | 0.46% | - |
| HSV(B) | 280.19º | 0.62% | 0.67% | - |
| XYZ | 19.08 | 11.72 | 39.29 | - |
| YUV | 97.31 | 169.02 | 154.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 170 | 0.21 | 0.62 | 0 | 0.33 | 280.19 | 0.45 | 0.46 |
| Hex | 87 | 40 | AA | 15 | 3E | 0 | 21 | 118 | 2D | 2E |
| Octal | 207 | 100 | 252 | 25 | 76 | 0 | 41 | 430 | 55 | 56 |
| Binary | 10000111 | 1000000 | 10101010 | 10101 | 111110 | 0 | 100001 | 100011000 | 101101 | 101110 |
Color Harmonies of #8740AA
Complementary color
Monochromatic Colors of #8740AA
Black with #8740AA
Text Example
Text Example
White with #8740AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8740AA; }
p { color: rgb(135,64,170); }
H1.HeaderClassName
{
color: #8740AA;
}
.AnyTagClassName
{
color: #8740AA;
}
</style>
background-color css
<style>
a { background-color: #8740AA; }
a { background-color: rgb(135,64,170); }
div.DivClassName
{
background-color: #8740AA;
}
.BgClassName
{
background-color: #8740AA;
}
</style>
border-color css
<style>
span { border-color: #8740AA; }
span { border-color: rgb(135,64,170); }
td.TdClassName
{
border-color: #8740AA;
}
.TagClassName
{
border-color: #8740AA;
}
</style>