Shades of Studio #8350AC
Tints of Studio #8350AC
RGB
CMYK
RGB Variations
Color information
#8350AC (or 0x8350AC) is known color: Studio. HEX triplet: 83, 50 and AC. RGB value is (131,80,172). Sum of RGB (Red+Green+Blue) = 131+80+172=383 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.20% from 383); Green value is 80 (31.64% from 255 or 20.89% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #8350AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8350AC is #7CAF53. Grayscale: #696969. Windows color (decimal): -8171348 or 11292803. OLE color: 11292803.
HSL color Cylindrical-coordinate representation of color #8350AC: hue angle of 273.26º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8350AC is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 80 | 172 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.33 |
| HSL | 273.26º | 0.37% | 0.49% | - |
| HSV(B) | 273.26º | 0.53% | 0.67% | - |
| XYZ | 19.68 | 13.54 | 40.61 | - |
| YUV | 105.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 172 | 0.24 | 0.53 | 0 | 0.33 | 273.26 | 0.37 | 0.49 |
| Hex | 83 | 50 | AC | 18 | 35 | 0 | 21 | 111 | 25 | 31 |
| Octal | 203 | 120 | 254 | 30 | 65 | 0 | 41 | 421 | 45 | 61 |
| Binary | 10000011 | 1010000 | 10101100 | 11000 | 110101 | 0 | 100001 | 100010001 | 100101 | 110001 |
Color Harmonies of #8350AC
Complementary color
Monochromatic Colors of #8350AC
Black with #8350AC
Text Example
Text Example
White with #8350AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8350AC; }
p { color: rgb(131,80,172); }
H1.HeaderClassName
{
color: #8350AC;
}
.AnyTagClassName
{
color: #8350AC;
}
</style>
background-color css
<style>
a { background-color: #8350AC; }
a { background-color: rgb(131,80,172); }
div.DivClassName
{
background-color: #8350AC;
}
.BgClassName
{
background-color: #8350AC;
}
</style>
border-color css
<style>
span { border-color: #8350AC; }
span { border-color: rgb(131,80,172); }
td.TdClassName
{
border-color: #8350AC;
}
.TagClassName
{
border-color: #8350AC;
}
</style>