Shades of Studio #8347AB
Tints of Studio #8347AB
RGB
CMYK
RGB Variations
Color information
#8347AB (or 0x8347AB) is known color: Studio. HEX triplet: 83, 47 and AB. RGB value is (131,71,171). Sum of RGB (Red+Green+Blue) = 131+71+171=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #8347AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8347AB is #7CB854. Grayscale: #646464. Windows color (decimal): -8173653 or 11224963. OLE color: 11224963.
HSL color Cylindrical-coordinate representation of color #8347AB: hue angle of 276º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8347AB is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 71 | 171 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.33 |
| HSL | 276º | 0.41% | 0.47% | - |
| HSV(B) | 276º | 0.58% | 0.67% | - |
| XYZ | 18.96 | 12.27 | 39.9 | - |
| YUV | 100.34 | 167.88 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 71 | 171 | 0.23 | 0.58 | 0 | 0.33 | 276 | 0.41 | 0.47 |
| Hex | 83 | 47 | AB | 17 | 3A | 0 | 21 | 114 | 29 | 2F |
| Octal | 203 | 107 | 253 | 27 | 72 | 0 | 41 | 424 | 51 | 57 |
| Binary | 10000011 | 1000111 | 10101011 | 10111 | 111010 | 0 | 100001 | 100010100 | 101001 | 101111 |
Color Harmonies of #8347AB
Complementary color
Monochromatic Colors of #8347AB
Black with #8347AB
Text Example
Text Example
White with #8347AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8347AB; }
p { color: rgb(131,71,171); }
H1.HeaderClassName
{
color: #8347AB;
}
.AnyTagClassName
{
color: #8347AB;
}
</style>
background-color css
<style>
a { background-color: #8347AB; }
a { background-color: rgb(131,71,171); }
div.DivClassName
{
background-color: #8347AB;
}
.BgClassName
{
background-color: #8347AB;
}
</style>
border-color css
<style>
span { border-color: #8347AB; }
span { border-color: rgb(131,71,171); }
td.TdClassName
{
border-color: #8347AB;
}
.TagClassName
{
border-color: #8347AB;
}
</style>