Shades of Studio #8146AB
Tints of Studio #8146AB
RGB
CMYK
RGB Variations
Color information
#8146AB (or 0x8146AB) is known color: Studio. HEX triplet: 81, 46 and AB. RGB value is (129,70,171). Sum of RGB (Red+Green+Blue) = 129+70+171=370 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.86% from 370); Green value is 70 (27.73% from 255 or 18.92% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #8146AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8146AB is #7EB954. Grayscale: #626262. Windows color (decimal): -8304981 or 11224705. OLE color: 11224705.
HSL color Cylindrical-coordinate representation of color #8146AB: hue angle of 275.05º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8146AB is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 70 | 171 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.33 |
| HSL | 275.05º | 0.42% | 0.47% | - |
| HSV(B) | 275.05º | 0.59% | 0.67% | - |
| XYZ | 18.59 | 11.99 | 39.86 | - |
| YUV | 99.16 | 168.55 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 70 | 171 | 0.25 | 0.59 | 0 | 0.33 | 275.05 | 0.42 | 0.47 |
| Hex | 81 | 46 | AB | 19 | 3B | 0 | 21 | 113 | 2A | 2F |
| Octal | 201 | 106 | 253 | 31 | 73 | 0 | 41 | 423 | 52 | 57 |
| Binary | 10000001 | 1000110 | 10101011 | 11001 | 111011 | 0 | 100001 | 100010011 | 101010 | 101111 |
Color Harmonies of #8146AB
Complementary color
Monochromatic Colors of #8146AB
Black with #8146AB
Text Example
Text Example
White with #8146AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8146AB; }
p { color: rgb(129,70,171); }
H1.HeaderClassName
{
color: #8146AB;
}
.AnyTagClassName
{
color: #8146AB;
}
</style>
background-color css
<style>
a { background-color: #8146AB; }
a { background-color: rgb(129,70,171); }
div.DivClassName
{
background-color: #8146AB;
}
.BgClassName
{
background-color: #8146AB;
}
</style>
border-color css
<style>
span { border-color: #8146AB; }
span { border-color: rgb(129,70,171); }
td.TdClassName
{
border-color: #8146AB;
}
.TagClassName
{
border-color: #8146AB;
}
</style>