Shades of Studio #8249AD
Tints of Studio #8249AD
RGB
CMYK
RGB Variations
Color information
#8249AD (or 0x8249AD) is known color: Studio. HEX triplet: 82, 49 and AD. RGB value is (130,73,173). Sum of RGB (Red+Green+Blue) = 130+73+173=376 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.57% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 173 (67.97% from 255 or 46.01% from 376); Max value from RGB is 173 - color contains mainly: blue. Hex color #8249AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8249AD is #7DB652. Grayscale: #656565. Windows color (decimal): -8238675 or 11356546. OLE color: 11356546.
HSL color Cylindrical-coordinate representation of color #8249AD: hue angle of 274.2º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8249AD is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 73 | 173 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.32 |
| HSL | 274.2º | 0.41% | 0.48% | - |
| HSV(B) | 274.2º | 0.58% | 0.68% | - |
| XYZ | 19.13 | 12.53 | 40.94 | - |
| YUV | 101.44 | 168.38 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 73 | 173 | 0.25 | 0.58 | 0 | 0.32 | 274.2 | 0.41 | 0.48 |
| Hex | 82 | 49 | AD | 19 | 3A | 0 | 20 | 112 | 29 | 30 |
| Octal | 202 | 111 | 255 | 31 | 72 | 0 | 40 | 422 | 51 | 60 |
| Binary | 10000010 | 1001001 | 10101101 | 11001 | 111010 | 0 | 100000 | 100010010 | 101001 | 110000 |
Color Harmonies of #8249AD
Complementary color
Monochromatic Colors of #8249AD
Black with #8249AD
Text Example
Text Example
White with #8249AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8249AD; }
p { color: rgb(130,73,173); }
H1.HeaderClassName
{
color: #8249AD;
}
.AnyTagClassName
{
color: #8249AD;
}
</style>
background-color css
<style>
a { background-color: #8249AD; }
a { background-color: rgb(130,73,173); }
div.DivClassName
{
background-color: #8249AD;
}
.BgClassName
{
background-color: #8249AD;
}
</style>
border-color css
<style>
span { border-color: #8249AD; }
span { border-color: rgb(130,73,173); }
td.TdClassName
{
border-color: #8249AD;
}
.TagClassName
{
border-color: #8249AD;
}
</style>