Shades of Studio #8148A4
Tints of Studio #8148A4
RGB
CMYK
RGB Variations
Color information
#8148A4 (or 0x8148A4) is known color: Studio. HEX triplet: 81, 48 and A4. RGB value is (129,72,164). Sum of RGB (Red+Green+Blue) = 129+72+164=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 72 (28.52% from 255 or 19.73% from 365); Blue value is 164 (64.45% from 255 or 44.93% from 365); Max value from RGB is 164 - color contains mainly: blue. Hex color #8148A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8148A4 is #7EB75B. Grayscale: #636363. Windows color (decimal): -8304476 or 10766465. OLE color: 10766465.
HSL color Cylindrical-coordinate representation of color #8148A4: hue angle of 277.17º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8148A4 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 72 | 164 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.36 |
| HSL | 277.17º | 0.39% | 0.46% | - |
| HSV(B) | 277.17º | 0.56% | 0.64% | - |
| XYZ | 18.07 | 11.98 | 36.48 | - |
| YUV | 99.53 | 164.38 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 164 | 0.21 | 0.56 | 0 | 0.36 | 277.17 | 0.39 | 0.46 |
| Hex | 81 | 48 | A4 | 15 | 38 | 0 | 24 | 115 | 27 | 2E |
| Octal | 201 | 110 | 244 | 25 | 70 | 0 | 44 | 425 | 47 | 56 |
| Binary | 10000001 | 1001000 | 10100100 | 10101 | 111000 | 0 | 100100 | 100010101 | 100111 | 101110 |
Color Harmonies of #8148A4
Complementary color
Monochromatic Colors of #8148A4
Black with #8148A4
Text Example
Text Example
White with #8148A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8148A4; }
p { color: rgb(129,72,164); }
H1.HeaderClassName
{
color: #8148A4;
}
.AnyTagClassName
{
color: #8148A4;
}
</style>
background-color css
<style>
a { background-color: #8148A4; }
a { background-color: rgb(129,72,164); }
div.DivClassName
{
background-color: #8148A4;
}
.BgClassName
{
background-color: #8148A4;
}
</style>
border-color css
<style>
span { border-color: #8148A4; }
span { border-color: rgb(129,72,164); }
td.TdClassName
{
border-color: #8148A4;
}
.TagClassName
{
border-color: #8148A4;
}
</style>