Shades of Studio #8149A4
Tints of Studio #8149A4
RGB
CMYK
RGB Variations
Color information
#8149A4 (or 0x8149A4) is known color: Studio. HEX triplet: 81, 49 and A4. RGB value is (129,73,164). Sum of RGB (Red+Green+Blue) = 129+73+164=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 164 (64.45% from 255 or 44.81% from 366); Max value from RGB is 164 - color contains mainly: blue. Hex color #8149A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8149A4 is #7EB65B. Grayscale: #636363. Windows color (decimal): -8304220 or 10766721. OLE color: 10766721.
HSL color Cylindrical-coordinate representation of color #8149A4: hue angle of 276.92º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8149A4 is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 73 | 164 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.36 |
| HSL | 276.92º | 0.38% | 0.46% | - |
| HSV(B) | 276.92º | 0.55% | 0.64% | - |
| XYZ | 18.14 | 12.11 | 36.5 | - |
| YUV | 100.12 | 164.05 | 148.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 73 | 164 | 0.21 | 0.55 | 0 | 0.36 | 276.92 | 0.38 | 0.46 |
| Hex | 81 | 49 | A4 | 15 | 37 | 0 | 24 | 115 | 26 | 2E |
| Octal | 201 | 111 | 244 | 25 | 67 | 0 | 44 | 425 | 46 | 56 |
| Binary | 10000001 | 1001001 | 10100100 | 10101 | 110111 | 0 | 100100 | 100010101 | 100110 | 101110 |
Color Harmonies of #8149A4
Complementary color
Monochromatic Colors of #8149A4
Black with #8149A4
Text Example
Text Example
White with #8149A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8149A4; }
p { color: rgb(129,73,164); }
H1.HeaderClassName
{
color: #8149A4;
}
.AnyTagClassName
{
color: #8149A4;
}
</style>
background-color css
<style>
a { background-color: #8149A4; }
a { background-color: rgb(129,73,164); }
div.DivClassName
{
background-color: #8149A4;
}
.BgClassName
{
background-color: #8149A4;
}
</style>
border-color css
<style>
span { border-color: #8149A4; }
span { border-color: rgb(129,73,164); }
td.TdClassName
{
border-color: #8149A4;
}
.TagClassName
{
border-color: #8149A4;
}
</style>