Shades of Studio #8740AD
Tints of Studio #8740AD
RGB
CMYK
RGB Variations
Color information
#8740AD (or 0x8740AD) is known color: Studio. HEX triplet: 87, 40 and AD. RGB value is (135,64,173). Sum of RGB (Red+Green+Blue) = 135+64+173=372 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.29% from 372); Green value is 64 (25.39% from 255 or 17.20% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #8740AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8740AD is #78BF52. Grayscale: #616161. Windows color (decimal): -7913299 or 11354247. OLE color: 11354247.
HSL color Cylindrical-coordinate representation of color #8740AD: hue angle of 279.08º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8740AD is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 135 | 64 | 173 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.32 |
| HSL | 279.08º | 0.46% | 0.46% | - |
| HSV(B) | 279.08º | 0.63% | 0.68% | - |
| XYZ | 19.37 | 11.83 | 40.8 | - |
| YUV | 97.66 | 170.52 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 173 | 0.22 | 0.63 | 0 | 0.32 | 279.08 | 0.46 | 0.46 |
| Hex | 87 | 40 | AD | 16 | 3F | 0 | 20 | 117 | 2E | 2E |
| Octal | 207 | 100 | 255 | 26 | 77 | 0 | 40 | 427 | 56 | 56 |
| Binary | 10000111 | 1000000 | 10101101 | 10110 | 111111 | 0 | 100000 | 100010111 | 101110 | 101110 |
Color Harmonies of #8740AD
Complementary color
Monochromatic Colors of #8740AD
Black with #8740AD
Text Example
Text Example
White with #8740AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8740AD; }
p { color: rgb(135,64,173); }
H1.HeaderClassName
{
color: #8740AD;
}
.AnyTagClassName
{
color: #8740AD;
}
</style>
background-color css
<style>
a { background-color: #8740AD; }
a { background-color: rgb(135,64,173); }
div.DivClassName
{
background-color: #8740AD;
}
.BgClassName
{
background-color: #8740AD;
}
</style>
border-color css
<style>
span { border-color: #8740AD; }
span { border-color: rgb(135,64,173); }
td.TdClassName
{
border-color: #8740AD;
}
.TagClassName
{
border-color: #8740AD;
}
</style>