Shades of Studio #8144A3
Tints of Studio #8144A3
RGB
CMYK
RGB Variations
Color information
#8144A3 (or 0x8144A3) is known color: Studio. HEX triplet: 81, 44 and A3. RGB value is (129,68,163). Sum of RGB (Red+Green+Blue) = 129+68+163=360 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.83% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 163 (64.06% from 255 or 45.28% from 360); Max value from RGB is 163 - color contains mainly: blue. Hex color #8144A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8144A3 is #7EBB5C. Grayscale: #606060. Windows color (decimal): -8305501 or 10699905. OLE color: 10699905.
HSL color Cylindrical-coordinate representation of color #8144A3: hue angle of 278.53º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8144A3 is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 68 | 163 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.36 |
| HSL | 278.53º | 0.41% | 0.45% | - |
| HSV(B) | 278.53º | 0.58% | 0.64% | - |
| XYZ | 17.73 | 11.45 | 35.93 | - |
| YUV | 97.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 68 | 163 | 0.21 | 0.58 | 0 | 0.36 | 278.53 | 0.41 | 0.45 |
| Hex | 81 | 44 | A3 | 15 | 3A | 0 | 24 | 117 | 29 | 2D |
| Octal | 201 | 104 | 243 | 25 | 72 | 0 | 44 | 427 | 51 | 55 |
| Binary | 10000001 | 1000100 | 10100011 | 10101 | 111010 | 0 | 100100 | 100010111 | 101001 | 101101 |
Color Harmonies of #8144A3
Complementary color
Monochromatic Colors of #8144A3
Black with #8144A3
Text Example
Text Example
White with #8144A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8144A3; }
p { color: rgb(129,68,163); }
H1.HeaderClassName
{
color: #8144A3;
}
.AnyTagClassName
{
color: #8144A3;
}
</style>
background-color css
<style>
a { background-color: #8144A3; }
a { background-color: rgb(129,68,163); }
div.DivClassName
{
background-color: #8144A3;
}
.BgClassName
{
background-color: #8144A3;
}
</style>
border-color css
<style>
span { border-color: #8144A3; }
span { border-color: rgb(129,68,163); }
td.TdClassName
{
border-color: #8144A3;
}
.TagClassName
{
border-color: #8144A3;
}
</style>