Shades of Studio #8245AD
Tints of Studio #8245AD
RGB
CMYK
RGB Variations
Color information
#8245AD (or 0x8245AD) is known color: Studio. HEX triplet: 82, 45 and AD. RGB value is (130,69,173). Sum of RGB (Red+Green+Blue) = 130+69+173=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 69 (27.34% from 255 or 18.55% from 372); Blue value is 173 (67.97% from 255 or 46.51% from 372); Max value from RGB is 173 - color contains mainly: blue. Hex color #8245AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8245AD is #7DBA52. Grayscale: #626262. Windows color (decimal): -8239699 or 11355522. OLE color: 11355522.
HSL color Cylindrical-coordinate representation of color #8245AD: hue angle of 275.19º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8245AD is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 130 | 69 | 173 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.32 |
| HSL | 275.19º | 0.43% | 0.47% | - |
| HSV(B) | 275.19º | 0.6% | 0.68% | - |
| XYZ | 18.88 | 12.02 | 40.86 | - |
| YUV | 99.1 | 169.71 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 173 | 0.25 | 0.60 | 0 | 0.32 | 275.19 | 0.43 | 0.47 |
| Hex | 82 | 45 | AD | 19 | 3C | 0 | 20 | 113 | 2B | 2F |
| Octal | 202 | 105 | 255 | 31 | 74 | 0 | 40 | 423 | 53 | 57 |
| Binary | 10000010 | 1000101 | 10101101 | 11001 | 111100 | 0 | 100000 | 100010011 | 101011 | 101111 |
Color Harmonies of #8245AD
Complementary color
Monochromatic Colors of #8245AD
Black with #8245AD
Text Example
Text Example
White with #8245AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8245AD; }
p { color: rgb(130,69,173); }
H1.HeaderClassName
{
color: #8245AD;
}
.AnyTagClassName
{
color: #8245AD;
}
</style>
background-color css
<style>
a { background-color: #8245AD; }
a { background-color: rgb(130,69,173); }
div.DivClassName
{
background-color: #8245AD;
}
.BgClassName
{
background-color: #8245AD;
}
</style>
border-color css
<style>
span { border-color: #8245AD; }
span { border-color: rgb(130,69,173); }
td.TdClassName
{
border-color: #8245AD;
}
.TagClassName
{
border-color: #8245AD;
}
</style>