Shades of Studio #8743AC
Tints of Studio #8743AC
RGB
CMYK
RGB Variations
Color information
#8743AC (or 0x8743AC) is known color: Studio. HEX triplet: 87, 43 and AC. RGB value is (135,67,172). Sum of RGB (Red+Green+Blue) = 135+67+172=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 67 (26.56% from 255 or 17.91% from 374); Blue value is 172 (67.58% from 255 or 45.99% from 374); Max value from RGB is 172 - color contains mainly: blue. Hex color #8743AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8743AC is #78BC53. Grayscale: #626262. Windows color (decimal): -7912532 or 11289479. OLE color: 11289479.
HSL color Cylindrical-coordinate representation of color #8743AC: hue angle of 278.86º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8743AC is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 135 | 67 | 172 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.33 |
| HSL | 278.86º | 0.44% | 0.47% | - |
| HSV(B) | 278.86º | 0.61% | 0.67% | - |
| XYZ | 19.45 | 12.14 | 40.35 | - |
| YUV | 99.3 | 169.03 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 67 | 172 | 0.22 | 0.61 | 0 | 0.33 | 278.86 | 0.44 | 0.47 |
| Hex | 87 | 43 | AC | 16 | 3D | 0 | 21 | 117 | 2C | 2F |
| Octal | 207 | 103 | 254 | 26 | 75 | 0 | 41 | 427 | 54 | 57 |
| Binary | 10000111 | 1000011 | 10101100 | 10110 | 111101 | 0 | 100001 | 100010111 | 101100 | 101111 |
Color Harmonies of #8743AC
Complementary color
Monochromatic Colors of #8743AC
Black with #8743AC
Text Example
Text Example
White with #8743AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8743AC; }
p { color: rgb(135,67,172); }
H1.HeaderClassName
{
color: #8743AC;
}
.AnyTagClassName
{
color: #8743AC;
}
</style>
background-color css
<style>
a { background-color: #8743AC; }
a { background-color: rgb(135,67,172); }
div.DivClassName
{
background-color: #8743AC;
}
.BgClassName
{
background-color: #8743AC;
}
</style>
border-color css
<style>
span { border-color: #8743AC; }
span { border-color: rgb(135,67,172); }
td.TdClassName
{
border-color: #8743AC;
}
.TagClassName
{
border-color: #8743AC;
}
</style>