Shades of Studio #8350B1
Tints of Studio #8350B1
RGB
CMYK
RGB Variations
Color information
#8350B1 (or 0x8350B1) is known color: Studio. HEX triplet: 83, 50 and B1. RGB value is (131,80,177). Sum of RGB (Red+Green+Blue) = 131+80+177=388 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.76% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 177 (69.53% from 255 or 45.62% from 388); Max value from RGB is 177 - color contains mainly: blue. Hex color #8350B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8350B1 is #7CAF4E. Grayscale: #696969. Windows color (decimal): -8171343 or 11620483. OLE color: 11620483.
HSL color Cylindrical-coordinate representation of color #8350B1: hue angle of 271.55º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8350B1 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 80 | 177 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.31 |
| HSL | 271.55º | 0.38% | 0.5% | - |
| HSV(B) | 271.55º | 0.55% | 0.69% | - |
| XYZ | 20.16 | 13.74 | 43.18 | - |
| YUV | 106.31 | 167.9 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 177 | 0.26 | 0.55 | 0 | 0.31 | 271.55 | 0.38 | 0.5 |
| Hex | 83 | 50 | B1 | 1A | 37 | 0 | 1F | 110 | 26 | 32 |
| Octal | 203 | 120 | 261 | 32 | 67 | 0 | 37 | 420 | 46 | 62 |
| Binary | 10000011 | 1010000 | 10110001 | 11010 | 110111 | 0 | 11111 | 100010000 | 100110 | 110010 |
Color Harmonies of #8350B1
Complementary color
Monochromatic Colors of #8350B1
Black with #8350B1
Text Example
Text Example
White with #8350B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8350B1; }
p { color: rgb(131,80,177); }
H1.HeaderClassName
{
color: #8350B1;
}
.AnyTagClassName
{
color: #8350B1;
}
</style>
background-color css
<style>
a { background-color: #8350B1; }
a { background-color: rgb(131,80,177); }
div.DivClassName
{
background-color: #8350B1;
}
.BgClassName
{
background-color: #8350B1;
}
</style>
border-color css
<style>
span { border-color: #8350B1; }
span { border-color: rgb(131,80,177); }
td.TdClassName
{
border-color: #8350B1;
}
.TagClassName
{
border-color: #8350B1;
}
</style>