Shades of Studio #8746A8
Tints of Studio #8746A8
RGB
CMYK
RGB Variations
Color information
#8746A8 (or 0x8746A8) is known color: Studio. HEX triplet: 87, 46 and A8. RGB value is (135,70,168). Sum of RGB (Red+Green+Blue) = 135+70+168=373 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.19% from 373); Green value is 70 (27.73% from 255 or 18.77% from 373); Blue value is 168 (66.02% from 255 or 45.04% from 373); Max value from RGB is 168 - color contains mainly: blue. Hex color #8746A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8746A8 is #78B957. Grayscale: #646464. Windows color (decimal): -7911768 or 11028103. OLE color: 11028103.
HSL color Cylindrical-coordinate representation of color #8746A8: hue angle of 279.8º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8746A8 is Cyan = 0.20, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 135 | 70 | 168 | - |
| CMYK | 0.20 | 0.58 | 0 | 0.34 |
| HSL | 279.8º | 0.41% | 0.47% | - |
| HSV(B) | 279.8º | 0.58% | 0.66% | - |
| XYZ | 19.25 | 12.36 | 38.42 | - |
| YUV | 100.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 70 | 168 | 0.20 | 0.58 | 0 | 0.34 | 279.8 | 0.41 | 0.47 |
| Hex | 87 | 46 | A8 | 14 | 3A | 0 | 22 | 118 | 29 | 2F |
| Octal | 207 | 106 | 250 | 24 | 72 | 0 | 42 | 430 | 51 | 57 |
| Binary | 10000111 | 1000110 | 10101000 | 10100 | 111010 | 0 | 100010 | 100011000 | 101001 | 101111 |
Color Harmonies of #8746A8
Complementary color
Monochromatic Colors of #8746A8
Black with #8746A8
Text Example
Text Example
White with #8746A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8746A8; }
p { color: rgb(135,70,168); }
H1.HeaderClassName
{
color: #8746A8;
}
.AnyTagClassName
{
color: #8746A8;
}
</style>
background-color css
<style>
a { background-color: #8746A8; }
a { background-color: rgb(135,70,168); }
div.DivClassName
{
background-color: #8746A8;
}
.BgClassName
{
background-color: #8746A8;
}
</style>
border-color css
<style>
span { border-color: #8746A8; }
span { border-color: rgb(135,70,168); }
td.TdClassName
{
border-color: #8746A8;
}
.TagClassName
{
border-color: #8746A8;
}
</style>