Shades of Studio #8153A3
Tints of Studio #8153A3
RGB
CMYK
RGB Variations
Color information
#8153A3 (or 0x8153A3) is known color: Studio. HEX triplet: 81, 53 and A3. RGB value is (129,83,163). Sum of RGB (Red+Green+Blue) = 129+83+163=375 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.4% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 163 (64.06% from 255 or 43.47% from 375); Max value from RGB is 163 - color contains mainly: blue. Hex color #8153A3 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8153A3 is #7EAC5C. Grayscale: #696969. Windows color (decimal): -8301661 or 10703745. OLE color: 10703745.
HSL color Cylindrical-coordinate representation of color #8153A3: hue angle of 274.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8153A3 is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 129 | 83 | 163 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.36 |
| HSL | 274.5º | 0.33% | 0.48% | - |
| HSV(B) | 274.5º | 0.49% | 0.64% | - |
| XYZ | 18.76 | 13.5 | 36.27 | - |
| YUV | 105.87 | 160.24 | 144.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 83 | 163 | 0.21 | 0.49 | 0 | 0.36 | 274.5 | 0.33 | 0.48 |
| Hex | 81 | 53 | A3 | 15 | 31 | 0 | 24 | 112 | 21 | 30 |
| Octal | 201 | 123 | 243 | 25 | 61 | 0 | 44 | 422 | 41 | 60 |
| Binary | 10000001 | 1010011 | 10100011 | 10101 | 110001 | 0 | 100100 | 100010010 | 100001 | 110000 |
Color Harmonies of #8153A3
Complementary color
Monochromatic Colors of #8153A3
Black with #8153A3
Text Example
Text Example
White with #8153A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8153A3; }
p { color: rgb(129,83,163); }
H1.HeaderClassName
{
color: #8153A3;
}
.AnyTagClassName
{
color: #8153A3;
}
</style>
background-color css
<style>
a { background-color: #8153A3; }
a { background-color: rgb(129,83,163); }
div.DivClassName
{
background-color: #8153A3;
}
.BgClassName
{
background-color: #8153A3;
}
</style>
border-color css
<style>
span { border-color: #8153A3; }
span { border-color: rgb(129,83,163); }
td.TdClassName
{
border-color: #8153A3;
}
.TagClassName
{
border-color: #8153A3;
}
</style>