Shades of Studio #8147AF
Tints of Studio #8147AF
RGB
CMYK
RGB Variations
Color information
#8147AF (or 0x8147AF) is known color: Studio. HEX triplet: 81, 47 and AF. RGB value is (129,71,175). Sum of RGB (Red+Green+Blue) = 129+71+175=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 175 (68.75% from 255 or 46.67% from 375); Max value from RGB is 175 - color contains mainly: blue. Hex color #8147AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8147AF is #7EB850. Grayscale: #636363. Windows color (decimal): -8304721 or 11487105. OLE color: 11487105.
HSL color Cylindrical-coordinate representation of color #8147AF: hue angle of 273.46º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8147AF is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 129 | 71 | 175 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.31 |
| HSL | 273.46º | 0.42% | 0.48% | - |
| HSV(B) | 273.46º | 0.59% | 0.69% | - |
| XYZ | 19.04 | 12.27 | 41.92 | - |
| YUV | 100.2 | 170.22 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 71 | 175 | 0.26 | 0.59 | 0 | 0.31 | 273.46 | 0.42 | 0.48 |
| Hex | 81 | 47 | AF | 1A | 3B | 0 | 1F | 111 | 2A | 30 |
| Octal | 201 | 107 | 257 | 32 | 73 | 0 | 37 | 421 | 52 | 60 |
| Binary | 10000001 | 1000111 | 10101111 | 11010 | 111011 | 0 | 11111 | 100010001 | 101010 | 110000 |
Color Harmonies of #8147AF
Complementary color
Monochromatic Colors of #8147AF
Black with #8147AF
Text Example
Text Example
White with #8147AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8147AF; }
p { color: rgb(129,71,175); }
H1.HeaderClassName
{
color: #8147AF;
}
.AnyTagClassName
{
color: #8147AF;
}
</style>
background-color css
<style>
a { background-color: #8147AF; }
a { background-color: rgb(129,71,175); }
div.DivClassName
{
background-color: #8147AF;
}
.BgClassName
{
background-color: #8147AF;
}
</style>
border-color css
<style>
span { border-color: #8147AF; }
span { border-color: rgb(129,71,175); }
td.TdClassName
{
border-color: #8147AF;
}
.TagClassName
{
border-color: #8147AF;
}
</style>