Shades of Studio #8340AA
Tints of Studio #8340AA
RGB
CMYK
RGB Variations
Color information
#8340AA (or 0x8340AA) is known color: Studio. HEX triplet: 83, 40 and AA. RGB value is (131,64,170). Sum of RGB (Red+Green+Blue) = 131+64+170=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 170 (66.80% from 255 or 46.58% from 365); Max value from RGB is 170 - color contains mainly: blue. Hex color #8340AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8340AA is #7CBF55. Grayscale: #5F5F5F. Windows color (decimal): -8175446 or 11157635. OLE color: 11157635.
HSL color Cylindrical-coordinate representation of color #8340AA: hue angle of 277.92º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8340AA is Cyan = 0.23, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 64 | 170 | - |
| CMYK | 0.23 | 0.62 | 0 | 0.33 |
| HSL | 277.92º | 0.45% | 0.46% | - |
| HSV(B) | 277.92º | 0.62% | 0.67% | - |
| XYZ | 18.45 | 11.39 | 39.26 | - |
| YUV | 96.12 | 169.7 | 152.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 64 | 170 | 0.23 | 0.62 | 0 | 0.33 | 277.92 | 0.45 | 0.46 |
| Hex | 83 | 40 | AA | 17 | 3E | 0 | 21 | 116 | 2D | 2E |
| Octal | 203 | 100 | 252 | 27 | 76 | 0 | 41 | 426 | 55 | 56 |
| Binary | 10000011 | 1000000 | 10101010 | 10111 | 111110 | 0 | 100001 | 100010110 | 101101 | 101110 |
Color Harmonies of #8340AA
Complementary color
Monochromatic Colors of #8340AA
Black with #8340AA
Text Example
Text Example
White with #8340AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8340AA; }
p { color: rgb(131,64,170); }
H1.HeaderClassName
{
color: #8340AA;
}
.AnyTagClassName
{
color: #8340AA;
}
</style>
background-color css
<style>
a { background-color: #8340AA; }
a { background-color: rgb(131,64,170); }
div.DivClassName
{
background-color: #8340AA;
}
.BgClassName
{
background-color: #8340AA;
}
</style>
border-color css
<style>
span { border-color: #8340AA; }
span { border-color: rgb(131,64,170); }
td.TdClassName
{
border-color: #8340AA;
}
.TagClassName
{
border-color: #8340AA;
}
</style>