Shades of Studio #8346AD
Tints of Studio #8346AD
RGB
CMYK
RGB Variations
Color information
#8346AD (or 0x8346AD) is known color: Studio. HEX triplet: 83, 46 and AD. RGB value is (131,70,173). Sum of RGB (Red+Green+Blue) = 131+70+173=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #8346AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8346AD is #7CB952. Grayscale: #636363. Windows color (decimal): -8173907 or 11355779. OLE color: 11355779.
HSL color Cylindrical-coordinate representation of color #8346AD: hue angle of 275.53º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8346AD is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 131 | 70 | 173 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.32 |
| HSL | 275.53º | 0.42% | 0.48% | - |
| HSV(B) | 275.53º | 0.6% | 0.68% | - |
| XYZ | 19.09 | 12.22 | 40.89 | - |
| YUV | 99.98 | 169.21 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 70 | 173 | 0.24 | 0.60 | 0 | 0.32 | 275.53 | 0.42 | 0.48 |
| Hex | 83 | 46 | AD | 18 | 3C | 0 | 20 | 114 | 2A | 30 |
| Octal | 203 | 106 | 255 | 30 | 74 | 0 | 40 | 424 | 52 | 60 |
| Binary | 10000011 | 1000110 | 10101101 | 11000 | 111100 | 0 | 100000 | 100010100 | 101010 | 110000 |
Color Harmonies of #8346AD
Complementary color
Monochromatic Colors of #8346AD
Black with #8346AD
Text Example
Text Example
White with #8346AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8346AD; }
p { color: rgb(131,70,173); }
H1.HeaderClassName
{
color: #8346AD;
}
.AnyTagClassName
{
color: #8346AD;
}
</style>
background-color css
<style>
a { background-color: #8346AD; }
a { background-color: rgb(131,70,173); }
div.DivClassName
{
background-color: #8346AD;
}
.BgClassName
{
background-color: #8346AD;
}
</style>
border-color css
<style>
span { border-color: #8346AD; }
span { border-color: rgb(131,70,173); }
td.TdClassName
{
border-color: #8346AD;
}
.TagClassName
{
border-color: #8346AD;
}
</style>