Shades of Studio #8142AD
Tints of Studio #8142AD
RGB
CMYK
RGB Variations
Color information
#8142AD (or 0x8142AD) is known color: Studio. HEX triplet: 81, 42 and AD. RGB value is (129,66,173). Sum of RGB (Red+Green+Blue) = 129+66+173=368 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.05% from 368); Green value is 66 (26.17% from 255 or 17.93% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #8142AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8142AD is #7EBD52. Grayscale: #606060. Windows color (decimal): -8306003 or 11354753. OLE color: 11354753.
HSL color Cylindrical-coordinate representation of color #8142AD: hue angle of 275.33º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8142AD is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 129 | 66 | 173 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.32 |
| HSL | 275.33º | 0.45% | 0.47% | - |
| HSV(B) | 275.33º | 0.62% | 0.68% | - |
| XYZ | 18.54 | 11.58 | 40.79 | - |
| YUV | 97.04 | 170.87 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 66 | 173 | 0.25 | 0.62 | 0 | 0.32 | 275.33 | 0.45 | 0.47 |
| Hex | 81 | 42 | AD | 19 | 3E | 0 | 20 | 113 | 2D | 2F |
| Octal | 201 | 102 | 255 | 31 | 76 | 0 | 40 | 423 | 55 | 57 |
| Binary | 10000001 | 1000010 | 10101101 | 11001 | 111110 | 0 | 100000 | 100010011 | 101101 | 101111 |
Color Harmonies of #8142AD
Complementary color
Monochromatic Colors of #8142AD
Black with #8142AD
Text Example
Text Example
White with #8142AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8142AD; }
p { color: rgb(129,66,173); }
H1.HeaderClassName
{
color: #8142AD;
}
.AnyTagClassName
{
color: #8142AD;
}
</style>
background-color css
<style>
a { background-color: #8142AD; }
a { background-color: rgb(129,66,173); }
div.DivClassName
{
background-color: #8142AD;
}
.BgClassName
{
background-color: #8142AD;
}
</style>
border-color css
<style>
span { border-color: #8142AD; }
span { border-color: rgb(129,66,173); }
td.TdClassName
{
border-color: #8142AD;
}
.TagClassName
{
border-color: #8142AD;
}
</style>