Shades of Studio #8341A7
Tints of Studio #8341A7
RGB
CMYK
RGB Variations
Color information
#8341A7 (or 0x8341A7) is known color: Studio. HEX triplet: 83, 41 and A7. RGB value is (131,65,167). Sum of RGB (Red+Green+Blue) = 131+65+167=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 167 (65.62% from 255 or 46.01% from 363); Max value from RGB is 167 - color contains mainly: blue. Hex color #8341A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8341A7 is #7CBE58. Grayscale: #606060. Windows color (decimal): -8175193 or 10961283. OLE color: 10961283.
HSL color Cylindrical-coordinate representation of color #8341A7: hue angle of 278.82º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8341A7 is Cyan = 0.22, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 131 | 65 | 167 | - |
| CMYK | 0.22 | 0.61 | 0 | 0.35 |
| HSL | 278.82º | 0.44% | 0.45% | - |
| HSV(B) | 278.82º | 0.61% | 0.65% | - |
| XYZ | 18.23 | 11.4 | 37.8 | - |
| YUV | 96.36 | 167.87 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 167 | 0.22 | 0.61 | 0 | 0.35 | 278.82 | 0.44 | 0.45 |
| Hex | 83 | 41 | A7 | 16 | 3D | 0 | 23 | 117 | 2C | 2D |
| Octal | 203 | 101 | 247 | 26 | 75 | 0 | 43 | 427 | 54 | 55 |
| Binary | 10000011 | 1000001 | 10100111 | 10110 | 111101 | 0 | 100011 | 100010111 | 101100 | 101101 |
Color Harmonies of #8341A7
Complementary color
Monochromatic Colors of #8341A7
Black with #8341A7
Text Example
Text Example
White with #8341A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8341A7; }
p { color: rgb(131,65,167); }
H1.HeaderClassName
{
color: #8341A7;
}
.AnyTagClassName
{
color: #8341A7;
}
</style>
background-color css
<style>
a { background-color: #8341A7; }
a { background-color: rgb(131,65,167); }
div.DivClassName
{
background-color: #8341A7;
}
.BgClassName
{
background-color: #8341A7;
}
</style>
border-color css
<style>
span { border-color: #8341A7; }
span { border-color: rgb(131,65,167); }
td.TdClassName
{
border-color: #8341A7;
}
.TagClassName
{
border-color: #8341A7;
}
</style>