Shades of Studio #8354A4
Tints of Studio #8354A4
RGB
CMYK
RGB Variations
Color information
#8354A4 (or 0x8354A4) is known color: Studio. HEX triplet: 83, 54 and A4. RGB value is (131,84,164). Sum of RGB (Red+Green+Blue) = 131+84+164=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 164 (64.45% from 255 or 43.27% from 379); Max value from RGB is 164 - color contains mainly: blue. Hex color #8354A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8354A4 is #7CAB5B. Grayscale: #6A6A6A. Windows color (decimal): -8170332 or 10769539. OLE color: 10769539.
HSL color Cylindrical-coordinate representation of color #8354A4: hue angle of 275.25º degrees, saturation: 0.32, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8354A4 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 131 | 84 | 164 | - |
| CMYK | 0.20 | 0.49 | 0 | 0.36 |
| HSL | 275.25º | 0.32% | 0.49% | - |
| HSV(B) | 275.25º | 0.49% | 0.64% | - |
| XYZ | 19.23 | 13.85 | 36.78 | - |
| YUV | 107.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 84 | 164 | 0.20 | 0.49 | 0 | 0.36 | 275.25 | 0.32 | 0.49 |
| Hex | 83 | 54 | A4 | 14 | 31 | 0 | 24 | 113 | 20 | 31 |
| Octal | 203 | 124 | 244 | 24 | 61 | 0 | 44 | 423 | 40 | 61 |
| Binary | 10000011 | 1010100 | 10100100 | 10100 | 110001 | 0 | 100100 | 100010011 | 100000 | 110001 |
Color Harmonies of #8354A4
Complementary color
Monochromatic Colors of #8354A4
Black with #8354A4
Text Example
Text Example
White with #8354A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8354A4; }
p { color: rgb(131,84,164); }
H1.HeaderClassName
{
color: #8354A4;
}
.AnyTagClassName
{
color: #8354A4;
}
</style>
background-color css
<style>
a { background-color: #8354A4; }
a { background-color: rgb(131,84,164); }
div.DivClassName
{
background-color: #8354A4;
}
.BgClassName
{
background-color: #8354A4;
}
</style>
border-color css
<style>
span { border-color: #8354A4; }
span { border-color: rgb(131,84,164); }
td.TdClassName
{
border-color: #8354A4;
}
.TagClassName
{
border-color: #8354A4;
}
</style>