Shades of Studio #8152AF
Tints of Studio #8152AF
RGB
CMYK
RGB Variations
Color information
#8152AF (or 0x8152AF) is known color: Studio. HEX triplet: 81, 52 and AF. RGB value is (129,82,175). Sum of RGB (Red+Green+Blue) = 129+82+175=386 (51% of max value = 765). Red value is 129 (50.78% from 255 or 33.42% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 175 (68.75% from 255 or 45.34% from 386); Max value from RGB is 175 - color contains mainly: blue. Hex color #8152AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8152AF is #7EAD50. Grayscale: #6A6A6A. Windows color (decimal): -8301905 or 11489921. OLE color: 11489921.
HSL color Cylindrical-coordinate representation of color #8152AF: hue angle of 270.32º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8152AF is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 82 | 175 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.31 |
| HSL | 270.32º | 0.37% | 0.5% | - |
| HSV(B) | 270.32º | 0.53% | 0.69% | - |
| XYZ | 19.81 | 13.8 | 42.18 | - |
| YUV | 106.66 | 166.57 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 82 | 175 | 0.26 | 0.53 | 0 | 0.31 | 270.32 | 0.37 | 0.5 |
| Hex | 81 | 52 | AF | 1A | 35 | 0 | 1F | 10E | 25 | 32 |
| Octal | 201 | 122 | 257 | 32 | 65 | 0 | 37 | 416 | 45 | 62 |
| Binary | 10000001 | 1010010 | 10101111 | 11010 | 110101 | 0 | 11111 | 100001110 | 100101 | 110010 |
Color Harmonies of #8152AF
Complementary color
Monochromatic Colors of #8152AF
Black with #8152AF
Text Example
Text Example
White with #8152AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8152AF; }
p { color: rgb(129,82,175); }
H1.HeaderClassName
{
color: #8152AF;
}
.AnyTagClassName
{
color: #8152AF;
}
</style>
background-color css
<style>
a { background-color: #8152AF; }
a { background-color: rgb(129,82,175); }
div.DivClassName
{
background-color: #8152AF;
}
.BgClassName
{
background-color: #8152AF;
}
</style>
border-color css
<style>
span { border-color: #8152AF; }
span { border-color: rgb(129,82,175); }
td.TdClassName
{
border-color: #8152AF;
}
.TagClassName
{
border-color: #8152AF;
}
</style>