Shades of Studio #8245AB
Tints of Studio #8245AB
RGB
CMYK
RGB Variations
Color information
#8245AB (or 0x8245AB) is known color: Studio. HEX triplet: 82, 45 and AB. RGB value is (130,69,171). Sum of RGB (Red+Green+Blue) = 130+69+171=370 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.14% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #8245AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8245AB is #7DBA54. Grayscale: #626262. Windows color (decimal): -8239701 or 11224450. OLE color: 11224450.
HSL color Cylindrical-coordinate representation of color #8245AB: hue angle of 275.88º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8245AB is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 69 | 171 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.33 |
| HSL | 275.88º | 0.43% | 0.47% | - |
| HSV(B) | 275.88º | 0.6% | 0.67% | - |
| XYZ | 18.68 | 11.94 | 39.85 | - |
| YUV | 98.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 69 | 171 | 0.24 | 0.60 | 0 | 0.33 | 275.88 | 0.43 | 0.47 |
| Hex | 82 | 45 | AB | 18 | 3C | 0 | 21 | 114 | 2A | 2F |
| Octal | 202 | 105 | 253 | 30 | 74 | 0 | 41 | 424 | 52 | 57 |
| Binary | 10000010 | 1000101 | 10101011 | 11000 | 111100 | 0 | 100001 | 100010100 | 101010 | 101111 |
Color Harmonies of #8245AB
Complementary color
Monochromatic Colors of #8245AB
Black with #8245AB
Text Example
Text Example
White with #8245AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8245AB; }
p { color: rgb(130,69,171); }
H1.HeaderClassName
{
color: #8245AB;
}
.AnyTagClassName
{
color: #8245AB;
}
</style>
background-color css
<style>
a { background-color: #8245AB; }
a { background-color: rgb(130,69,171); }
div.DivClassName
{
background-color: #8245AB;
}
.BgClassName
{
background-color: #8245AB;
}
</style>
border-color css
<style>
span { border-color: #8245AB; }
span { border-color: rgb(130,69,171); }
td.TdClassName
{
border-color: #8245AB;
}
.TagClassName
{
border-color: #8245AB;
}
</style>