Shades of Studio #8246AB
Tints of Studio #8246AB
RGB
CMYK
RGB Variations
Color information
#8246AB (or 0x8246AB) is known color: Studio. HEX triplet: 82, 46 and AB. RGB value is (130,70,171). Sum of RGB (Red+Green+Blue) = 130+70+171=371 (49% of max value = 765). Red value is 130 (51.17% from 255 or 35.04% from 371); Green value is 70 (27.73% from 255 or 18.87% from 371); Blue value is 171 (67.19% from 255 or 46.09% from 371); Max value from RGB is 171 - color contains mainly: blue. Hex color #8246AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8246AB is #7DB954. Grayscale: #636363. Windows color (decimal): -8239445 or 11224706. OLE color: 11224706.
HSL color Cylindrical-coordinate representation of color #8246AB: hue angle of 275.64º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8246AB is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 70 | 171 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.33 |
| HSL | 275.64º | 0.42% | 0.47% | - |
| HSV(B) | 275.64º | 0.59% | 0.67% | - |
| XYZ | 18.75 | 12.07 | 39.87 | - |
| YUV | 99.45 | 168.38 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 70 | 171 | 0.24 | 0.59 | 0 | 0.33 | 275.64 | 0.42 | 0.47 |
| Hex | 82 | 46 | AB | 18 | 3B | 0 | 21 | 114 | 2A | 2F |
| Octal | 202 | 106 | 253 | 30 | 73 | 0 | 41 | 424 | 52 | 57 |
| Binary | 10000010 | 1000110 | 10101011 | 11000 | 111011 | 0 | 100001 | 100010100 | 101010 | 101111 |
Color Harmonies of #8246AB
Complementary color
Monochromatic Colors of #8246AB
Black with #8246AB
Text Example
Text Example
White with #8246AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8246AB; }
p { color: rgb(130,70,171); }
H1.HeaderClassName
{
color: #8246AB;
}
.AnyTagClassName
{
color: #8246AB;
}
</style>
background-color css
<style>
a { background-color: #8246AB; }
a { background-color: rgb(130,70,171); }
div.DivClassName
{
background-color: #8246AB;
}
.BgClassName
{
background-color: #8246AB;
}
</style>
border-color css
<style>
span { border-color: #8246AB; }
span { border-color: rgb(130,70,171); }
td.TdClassName
{
border-color: #8246AB;
}
.TagClassName
{
border-color: #8246AB;
}
</style>