Shades of Studio #8349AA
Tints of Studio #8349AA
RGB
CMYK
RGB Variations
Color information
#8349AA (or 0x8349AA) is known color: Studio. HEX triplet: 83, 49 and AA. RGB value is (131,73,170). Sum of RGB (Red+Green+Blue) = 131+73+170=374 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.03% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 170 (66.80% from 255 or 45.45% from 374); Max value from RGB is 170 - color contains mainly: blue. Hex color #8349AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8349AA is #7CB655. Grayscale: #656565. Windows color (decimal): -8173142 or 11159939. OLE color: 11159939.
HSL color Cylindrical-coordinate representation of color #8349AA: hue angle of 275.88º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8349AA is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 73 | 170 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.33 |
| HSL | 275.88º | 0.4% | 0.48% | - |
| HSV(B) | 275.88º | 0.57% | 0.67% | - |
| XYZ | 19 | 12.49 | 39.44 | - |
| YUV | 101.4 | 166.72 | 149.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 73 | 170 | 0.23 | 0.57 | 0 | 0.33 | 275.88 | 0.4 | 0.48 |
| Hex | 83 | 49 | AA | 17 | 39 | 0 | 21 | 114 | 28 | 30 |
| Octal | 203 | 111 | 252 | 27 | 71 | 0 | 41 | 424 | 50 | 60 |
| Binary | 10000011 | 1001001 | 10101010 | 10111 | 111001 | 0 | 100001 | 100010100 | 101000 | 110000 |
Color Harmonies of #8349AA
Complementary color
Monochromatic Colors of #8349AA
Black with #8349AA
Text Example
Text Example
White with #8349AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8349AA; }
p { color: rgb(131,73,170); }
H1.HeaderClassName
{
color: #8349AA;
}
.AnyTagClassName
{
color: #8349AA;
}
</style>
background-color css
<style>
a { background-color: #8349AA; }
a { background-color: rgb(131,73,170); }
div.DivClassName
{
background-color: #8349AA;
}
.BgClassName
{
background-color: #8349AA;
}
</style>
border-color css
<style>
span { border-color: #8349AA; }
span { border-color: rgb(131,73,170); }
td.TdClassName
{
border-color: #8349AA;
}
.TagClassName
{
border-color: #8349AA;
}
</style>