Shades of Studio #8351B1
Tints of Studio #8351B1
RGB
CMYK
RGB Variations
Color information
#8351B1 (or 0x8351B1) is known color: Studio. HEX triplet: 83, 51 and B1. RGB value is (131,81,177). Sum of RGB (Red+Green+Blue) = 131+81+177=389 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.68% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 177 (69.53% from 255 or 45.50% from 389); Max value from RGB is 177 - color contains mainly: blue. Hex color #8351B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8351B1 is #7CAE4E. Grayscale: #6A6A6A. Windows color (decimal): -8171087 or 11620739. OLE color: 11620739.
HSL color Cylindrical-coordinate representation of color #8351B1: hue angle of 271.25º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8351B1 is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 131 | 81 | 177 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.31 |
| HSL | 271.25º | 0.38% | 0.51% | - |
| HSV(B) | 271.25º | 0.54% | 0.69% | - |
| XYZ | 20.24 | 13.88 | 43.21 | - |
| YUV | 106.89 | 167.57 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 81 | 177 | 0.26 | 0.54 | 0 | 0.31 | 271.25 | 0.38 | 0.51 |
| Hex | 83 | 51 | B1 | 1A | 36 | 0 | 1F | 10F | 26 | 33 |
| Octal | 203 | 121 | 261 | 32 | 66 | 0 | 37 | 417 | 46 | 63 |
| Binary | 10000011 | 1010001 | 10110001 | 11010 | 110110 | 0 | 11111 | 100001111 | 100110 | 110011 |
Color Harmonies of #8351B1
Complementary color
Monochromatic Colors of #8351B1
Black with #8351B1
Text Example
Text Example
White with #8351B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8351B1; }
p { color: rgb(131,81,177); }
H1.HeaderClassName
{
color: #8351B1;
}
.AnyTagClassName
{
color: #8351B1;
}
</style>
background-color css
<style>
a { background-color: #8351B1; }
a { background-color: rgb(131,81,177); }
div.DivClassName
{
background-color: #8351B1;
}
.BgClassName
{
background-color: #8351B1;
}
</style>
border-color css
<style>
span { border-color: #8351B1; }
span { border-color: rgb(131,81,177); }
td.TdClassName
{
border-color: #8351B1;
}
.TagClassName
{
border-color: #8351B1;
}
</style>