Shades of Studio #8148AC
Tints of Studio #8148AC
RGB
CMYK
RGB Variations
Color information
#8148AC (or 0x8148AC) is known color: Studio. HEX triplet: 81, 48 and AC. RGB value is (129,72,172). Sum of RGB (Red+Green+Blue) = 129+72+172=373 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.58% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 172 (67.58% from 255 or 46.11% from 373); Max value from RGB is 172 - color contains mainly: blue. Hex color #8148AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8148AC is #7EB753. Grayscale: #646464. Windows color (decimal): -8304468 or 11290753. OLE color: 11290753.
HSL color Cylindrical-coordinate representation of color #8148AC: hue angle of 274.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8148AC is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 72 | 172 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.33 |
| HSL | 274.2º | 0.41% | 0.48% | - |
| HSV(B) | 274.2º | 0.58% | 0.67% | - |
| XYZ | 18.82 | 12.28 | 40.41 | - |
| YUV | 100.44 | 168.38 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 72 | 172 | 0.25 | 0.58 | 0 | 0.33 | 274.2 | 0.41 | 0.48 |
| Hex | 81 | 48 | AC | 19 | 3A | 0 | 21 | 112 | 29 | 30 |
| Octal | 201 | 110 | 254 | 31 | 72 | 0 | 41 | 422 | 51 | 60 |
| Binary | 10000001 | 1001000 | 10101100 | 11001 | 111010 | 0 | 100001 | 100010010 | 101001 | 110000 |
Color Harmonies of #8148AC
Complementary color
Monochromatic Colors of #8148AC
Black with #8148AC
Text Example
Text Example
White with #8148AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8148AC; }
p { color: rgb(129,72,172); }
H1.HeaderClassName
{
color: #8148AC;
}
.AnyTagClassName
{
color: #8148AC;
}
</style>
background-color css
<style>
a { background-color: #8148AC; }
a { background-color: rgb(129,72,172); }
div.DivClassName
{
background-color: #8148AC;
}
.BgClassName
{
background-color: #8148AC;
}
</style>
border-color css
<style>
span { border-color: #8148AC; }
span { border-color: rgb(129,72,172); }
td.TdClassName
{
border-color: #8148AC;
}
.TagClassName
{
border-color: #8148AC;
}
</style>