Shades of Studio #8140AC
Tints of Studio #8140AC
RGB
CMYK
RGB Variations
Color information
#8140AC (or 0x8140AC) is known color: Studio. HEX triplet: 81, 40 and AC. RGB value is (129,64,172). Sum of RGB (Red+Green+Blue) = 129+64+172=365 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.34% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 172 (67.58% from 255 or 47.12% from 365); Max value from RGB is 172 - color contains mainly: blue. Hex color #8140AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8140AC is #7EBF53. Grayscale: #5F5F5F. Windows color (decimal): -8306516 or 11288705. OLE color: 11288705.
HSL color Cylindrical-coordinate representation of color #8140AC: hue angle of 276.11º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8140AC is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 129 | 64 | 172 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.33 |
| HSL | 276.11º | 0.46% | 0.46% | - |
| HSV(B) | 276.11º | 0.63% | 0.67% | - |
| XYZ | 18.33 | 11.31 | 40.25 | - |
| YUV | 95.75 | 171.03 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 64 | 172 | 0.25 | 0.63 | 0 | 0.33 | 276.11 | 0.46 | 0.46 |
| Hex | 81 | 40 | AC | 19 | 3F | 0 | 21 | 114 | 2E | 2E |
| Octal | 201 | 100 | 254 | 31 | 77 | 0 | 41 | 424 | 56 | 56 |
| Binary | 10000001 | 1000000 | 10101100 | 11001 | 111111 | 0 | 100001 | 100010100 | 101110 | 101110 |
Color Harmonies of #8140AC
Complementary color
Monochromatic Colors of #8140AC
Black with #8140AC
Text Example
Text Example
White with #8140AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8140AC; }
p { color: rgb(129,64,172); }
H1.HeaderClassName
{
color: #8140AC;
}
.AnyTagClassName
{
color: #8140AC;
}
</style>
background-color css
<style>
a { background-color: #8140AC; }
a { background-color: rgb(129,64,172); }
div.DivClassName
{
background-color: #8140AC;
}
.BgClassName
{
background-color: #8140AC;
}
</style>
border-color css
<style>
span { border-color: #8140AC; }
span { border-color: rgb(129,64,172); }
td.TdClassName
{
border-color: #8140AC;
}
.TagClassName
{
border-color: #8140AC;
}
</style>