Shades of Studio #8341B7
Tints of Studio #8341B7
RGB
CMYK
RGB Variations
Color information
#8341B7 (or 0x8341B7) is known color: Studio. HEX triplet: 83, 41 and B7. RGB value is (131,65,183). Sum of RGB (Red+Green+Blue) = 131+65+183=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 65 (25.78% from 255 or 17.15% from 379); Blue value is 183 (71.88% from 255 or 48.28% from 379); Max value from RGB is 183 - color contains mainly: blue. Hex color #8341B7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8341B7 is #7CBE48. Grayscale: #616161. Windows color (decimal): -8175177 or 12009859. OLE color: 12009859.
HSL color Cylindrical-coordinate representation of color #8341B7: hue angle of 273.56º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8341B7 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 131 | 65 | 183 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.28 |
| HSL | 273.56º | 0.48% | 0.49% | - |
| HSV(B) | 273.56º | 0.64% | 0.72% | - |
| XYZ | 19.8 | 12.02 | 46.08 | - |
| YUV | 98.19 | 175.87 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 65 | 183 | 0.28 | 0.64 | 0 | 0.28 | 273.56 | 0.48 | 0.49 |
| Hex | 83 | 41 | B7 | 1C | 40 | 0 | 1C | 112 | 30 | 31 |
| Octal | 203 | 101 | 267 | 34 | 100 | 0 | 34 | 422 | 60 | 61 |
| Binary | 10000011 | 1000001 | 10110111 | 11100 | 1000000 | 0 | 11100 | 100010010 | 110000 | 110001 |
Color Harmonies of #8341B7
Complementary color
Monochromatic Colors of #8341B7
Black with #8341B7
Text Example
Text Example
White with #8341B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8341B7; }
p { color: rgb(131,65,183); }
H1.HeaderClassName
{
color: #8341B7;
}
.AnyTagClassName
{
color: #8341B7;
}
</style>
background-color css
<style>
a { background-color: #8341B7; }
a { background-color: rgb(131,65,183); }
div.DivClassName
{
background-color: #8341B7;
}
.BgClassName
{
background-color: #8341B7;
}
</style>
border-color css
<style>
span { border-color: #8341B7; }
span { border-color: rgb(131,65,183); }
td.TdClassName
{
border-color: #8341B7;
}
.TagClassName
{
border-color: #8341B7;
}
</style>