Shades of Studio #8357AA
Tints of Studio #8357AA
RGB
CMYK
RGB Variations
Color information
#8357AA (or 0x8357AA) is known color: Studio. HEX triplet: 83, 57 and AA. RGB value is (131,87,170). Sum of RGB (Red+Green+Blue) = 131+87+170=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 87 (34.38% from 255 or 22.42% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 170 - color contains mainly: blue. Hex color #8357AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8357AA is #7CA855. Grayscale: #6D6D6D. Windows color (decimal): -8169558 or 11163523. OLE color: 11163523.
HSL color Cylindrical-coordinate representation of color #8357AA: hue angle of 271.81º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8357AA is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 87 | 170 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.33 |
| HSL | 271.81º | 0.33% | 0.5% | - |
| HSV(B) | 271.81º | 0.49% | 0.67% | - |
| XYZ | 20.02 | 14.54 | 39.78 | - |
| YUV | 109.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 87 | 170 | 0.23 | 0.49 | 0 | 0.33 | 271.81 | 0.33 | 0.5 |
| Hex | 83 | 57 | AA | 17 | 31 | 0 | 21 | 110 | 21 | 32 |
| Octal | 203 | 127 | 252 | 27 | 61 | 0 | 41 | 420 | 41 | 62 |
| Binary | 10000011 | 1010111 | 10101010 | 10111 | 110001 | 0 | 100001 | 100010000 | 100001 | 110010 |
Color Harmonies of #8357AA
Complementary color
Monochromatic Colors of #8357AA
Black with #8357AA
Text Example
Text Example
White with #8357AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8357AA; }
p { color: rgb(131,87,170); }
H1.HeaderClassName
{
color: #8357AA;
}
.AnyTagClassName
{
color: #8357AA;
}
</style>
background-color css
<style>
a { background-color: #8357AA; }
a { background-color: rgb(131,87,170); }
div.DivClassName
{
background-color: #8357AA;
}
.BgClassName
{
background-color: #8357AA;
}
</style>
border-color css
<style>
span { border-color: #8357AA; }
span { border-color: rgb(131,87,170); }
td.TdClassName
{
border-color: #8357AA;
}
.TagClassName
{
border-color: #8357AA;
}
</style>