Shades of Studio #8741AA
Tints of Studio #8741AA
RGB
CMYK
RGB Variations
Color information
#8741AA (or 0x8741AA) is known color: Studio. HEX triplet: 87, 41 and AA. RGB value is (135,65,170). Sum of RGB (Red+Green+Blue) = 135+65+170=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 65 (25.78% from 255 or 17.57% from 370); Blue value is 170 (66.80% from 255 or 45.95% from 370); Max value from RGB is 170 - color contains mainly: blue. Hex color #8741AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8741AA is #78BE55. Grayscale: #616161. Windows color (decimal): -7913046 or 11157895. OLE color: 11157895.
HSL color Cylindrical-coordinate representation of color #8741AA: hue angle of 280º 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 #8741AA is Cyan = 0.21, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 65 | 170 | - |
| CMYK | 0.21 | 0.62 | 0 | 0.33 |
| HSL | 280º | 0.45% | 0.46% | - |
| HSV(B) | 280º | 0.62% | 0.67% | - |
| XYZ | 19.14 | 11.83 | 39.31 | - |
| YUV | 97.9 | 168.69 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 65 | 170 | 0.21 | 0.62 | 0 | 0.33 | 280 | 0.45 | 0.46 |
| Hex | 87 | 41 | AA | 15 | 3E | 0 | 21 | 118 | 2D | 2E |
| Octal | 207 | 101 | 252 | 25 | 76 | 0 | 41 | 430 | 55 | 56 |
| Binary | 10000111 | 1000001 | 10101010 | 10101 | 111110 | 0 | 100001 | 100011000 | 101101 | 101110 |
Color Harmonies of #8741AA
Complementary color
Monochromatic Colors of #8741AA
Black with #8741AA
Text Example
Text Example
White with #8741AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8741AA; }
p { color: rgb(135,65,170); }
H1.HeaderClassName
{
color: #8741AA;
}
.AnyTagClassName
{
color: #8741AA;
}
</style>
background-color css
<style>
a { background-color: #8741AA; }
a { background-color: rgb(135,65,170); }
div.DivClassName
{
background-color: #8741AA;
}
.BgClassName
{
background-color: #8741AA;
}
</style>
border-color css
<style>
span { border-color: #8741AA; }
span { border-color: rgb(135,65,170); }
td.TdClassName
{
border-color: #8741AA;
}
.TagClassName
{
border-color: #8741AA;
}
</style>