Shades of Studio #8744AB
Tints of Studio #8744AB
RGB
CMYK
RGB Variations
Color information
#8744AB (or 0x8744AB) is known color: Studio. HEX triplet: 87, 44 and AB. RGB value is (135,68,171). Sum of RGB (Red+Green+Blue) = 135+68+171=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 171 (67.19% from 255 or 45.72% from 374); Max value from RGB is 171 - color contains mainly: blue. Hex color #8744AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8744AB is #78BB54. Grayscale: #636363. Windows color (decimal): -7912277 or 11224199. OLE color: 11224199.
HSL color Cylindrical-coordinate representation of color #8744AB: hue angle of 279.03º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8744AB is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 68 | 171 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.33 |
| HSL | 279.03º | 0.43% | 0.47% | - |
| HSV(B) | 279.03º | 0.6% | 0.67% | - |
| XYZ | 19.41 | 12.23 | 39.86 | - |
| YUV | 99.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 68 | 171 | 0.21 | 0.60 | 0 | 0.33 | 279.03 | 0.43 | 0.47 |
| Hex | 87 | 44 | AB | 15 | 3C | 0 | 21 | 117 | 2B | 2F |
| Octal | 207 | 104 | 253 | 25 | 74 | 0 | 41 | 427 | 53 | 57 |
| Binary | 10000111 | 1000100 | 10101011 | 10101 | 111100 | 0 | 100001 | 100010111 | 101011 | 101111 |
Color Harmonies of #8744AB
Complementary color
Monochromatic Colors of #8744AB
Black with #8744AB
Text Example
Text Example
White with #8744AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8744AB; }
p { color: rgb(135,68,171); }
H1.HeaderClassName
{
color: #8744AB;
}
.AnyTagClassName
{
color: #8744AB;
}
</style>
background-color css
<style>
a { background-color: #8744AB; }
a { background-color: rgb(135,68,171); }
div.DivClassName
{
background-color: #8744AB;
}
.BgClassName
{
background-color: #8744AB;
}
</style>
border-color css
<style>
span { border-color: #8744AB; }
span { border-color: rgb(135,68,171); }
td.TdClassName
{
border-color: #8744AB;
}
.TagClassName
{
border-color: #8744AB;
}
</style>