Shades of Studio #8346AB
Tints of Studio #8346AB
RGB
CMYK
RGB Variations
Color information
#8346AB (or 0x8346AB) is known color: Studio. HEX triplet: 83, 46 and AB. RGB value is (131,70,171). Sum of RGB (Red+Green+Blue) = 131+70+171=372 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.22% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 171 (67.19% from 255 or 45.97% from 372); Max value from RGB is 171 - color contains mainly: blue. Hex color #8346AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8346AB is #7CB954. Grayscale: #636363. Windows color (decimal): -8173909 or 11224707. OLE color: 11224707.
HSL color Cylindrical-coordinate representation of color #8346AB: hue angle of 276.24º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8346AB is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 70 | 171 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.33 |
| HSL | 276.24º | 0.42% | 0.47% | - |
| HSV(B) | 276.24º | 0.59% | 0.67% | - |
| XYZ | 18.9 | 12.15 | 39.88 | - |
| YUV | 99.75 | 168.21 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 171 | 0.23 | 0.59 | 0 | 0.33 | 276.24 | 0.42 | 0.47 |
| Hex | 83 | 46 | AB | 17 | 3B | 0 | 21 | 114 | 2A | 2F |
| Octal | 203 | 106 | 253 | 27 | 73 | 0 | 41 | 424 | 52 | 57 |
| Binary | 10000011 | 1000110 | 10101011 | 10111 | 111011 | 0 | 100001 | 100010100 | 101010 | 101111 |
Color Harmonies of #8346AB
Complementary color
Monochromatic Colors of #8346AB
Black with #8346AB
Text Example
Text Example
White with #8346AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8346AB; }
p { color: rgb(131,70,171); }
H1.HeaderClassName
{
color: #8346AB;
}
.AnyTagClassName
{
color: #8346AB;
}
</style>
background-color css
<style>
a { background-color: #8346AB; }
a { background-color: rgb(131,70,171); }
div.DivClassName
{
background-color: #8346AB;
}
.BgClassName
{
background-color: #8346AB;
}
</style>
border-color css
<style>
span { border-color: #8346AB; }
span { border-color: rgb(131,70,171); }
td.TdClassName
{
border-color: #8346AB;
}
.TagClassName
{
border-color: #8346AB;
}
</style>