Shades of Studio #8152B1
Tints of Studio #8152B1
RGB
CMYK
RGB Variations
Color information
#8152B1 (or 0x8152B1) is known color: Studio. HEX triplet: 81, 52 and B1. RGB value is (129,82,177). Sum of RGB (Red+Green+Blue) = 129+82+177=388 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.25% from 388); Green value is 82 (32.42% from 255 or 21.13% 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 #8152B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8152B1 is #7EAD4E. Grayscale: #6A6A6A. Windows color (decimal): -8301903 or 11620993. OLE color: 11620993.
HSL color Cylindrical-coordinate representation of color #8152B1: hue angle of 269.68º 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 #8152B1 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 82 | 177 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.31 |
| HSL | 269.68º | 0.38% | 0.51% | - |
| HSV(B) | 269.68º | 0.54% | 0.69% | - |
| XYZ | 20.01 | 13.88 | 43.22 | - |
| YUV | 106.88 | 167.57 | 143.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 177 | 0.27 | 0.54 | 0 | 0.31 | 269.68 | 0.38 | 0.51 |
| Hex | 81 | 52 | B1 | 1B | 36 | 0 | 1F | 10E | 26 | 33 |
| Octal | 201 | 122 | 261 | 33 | 66 | 0 | 37 | 416 | 46 | 63 |
| Binary | 10000001 | 1010010 | 10110001 | 11011 | 110110 | 0 | 11111 | 100001110 | 100110 | 110011 |
Color Harmonies of #8152B1
Complementary color
Monochromatic Colors of #8152B1
Black with #8152B1
Text Example
Text Example
White with #8152B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8152B1; }
p { color: rgb(129,82,177); }
H1.HeaderClassName
{
color: #8152B1;
}
.AnyTagClassName
{
color: #8152B1;
}
</style>
background-color css
<style>
a { background-color: #8152B1; }
a { background-color: rgb(129,82,177); }
div.DivClassName
{
background-color: #8152B1;
}
.BgClassName
{
background-color: #8152B1;
}
</style>
border-color css
<style>
span { border-color: #8152B1; }
span { border-color: rgb(129,82,177); }
td.TdClassName
{
border-color: #8152B1;
}
.TagClassName
{
border-color: #8152B1;
}
</style>