Shades of Studio #8248AB
Tints of Studio #8248AB
RGB
CMYK
RGB Variations
Color information
#8248AB (or 0x8248AB) is known color: Studio. HEX triplet: 82, 48 and AB. RGB value is (130,72,171). Sum of RGB (Red+Green+Blue) = 130+72+171=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 72 (28.52% from 255 or 19.30% from 373); Blue value is 171 (67.19% from 255 or 45.84% from 373); Max value from RGB is 171 - color contains mainly: blue. Hex color #8248AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8248AB is #7DB754. Grayscale: #646464. Windows color (decimal): -8238933 or 11225218. OLE color: 11225218.
HSL color Cylindrical-coordinate representation of color #8248AB: hue angle of 275.15º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8248AB is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 72 | 171 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.33 |
| HSL | 275.15º | 0.41% | 0.48% | - |
| HSV(B) | 275.15º | 0.58% | 0.67% | - |
| XYZ | 18.87 | 12.32 | 39.91 | - |
| YUV | 100.63 | 167.72 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 72 | 171 | 0.24 | 0.58 | 0 | 0.33 | 275.15 | 0.41 | 0.48 |
| Hex | 82 | 48 | AB | 18 | 3A | 0 | 21 | 113 | 29 | 30 |
| Octal | 202 | 110 | 253 | 30 | 72 | 0 | 41 | 423 | 51 | 60 |
| Binary | 10000010 | 1001000 | 10101011 | 11000 | 111010 | 0 | 100001 | 100010011 | 101001 | 110000 |
Color Harmonies of #8248AB
Complementary color
Monochromatic Colors of #8248AB
Black with #8248AB
Text Example
Text Example
White with #8248AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8248AB; }
p { color: rgb(130,72,171); }
H1.HeaderClassName
{
color: #8248AB;
}
.AnyTagClassName
{
color: #8248AB;
}
</style>
background-color css
<style>
a { background-color: #8248AB; }
a { background-color: rgb(130,72,171); }
div.DivClassName
{
background-color: #8248AB;
}
.BgClassName
{
background-color: #8248AB;
}
</style>
border-color css
<style>
span { border-color: #8248AB; }
span { border-color: rgb(130,72,171); }
td.TdClassName
{
border-color: #8248AB;
}
.TagClassName
{
border-color: #8248AB;
}
</style>