Shades of Studio #8241AB
Tints of Studio #8241AB
RGB
CMYK
RGB Variations
Color information
#8241AB (or 0x8241AB) is known color: Studio. HEX triplet: 82, 41 and AB. RGB value is (130,65,171). Sum of RGB (Red+Green+Blue) = 130+65+171=366 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.52% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 171 (67.19% from 255 or 46.72% from 366); Max value from RGB is 171 - color contains mainly: blue. Hex color #8241AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8241AB is #7DBE54. Grayscale: #606060. Windows color (decimal): -8240725 or 11223426. OLE color: 11223426.
HSL color Cylindrical-coordinate representation of color #8241AB: hue angle of 276.79º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8241AB is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 130 | 65 | 171 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.33 |
| HSL | 276.79º | 0.45% | 0.46% | - |
| HSV(B) | 276.79º | 0.62% | 0.67% | - |
| XYZ | 18.45 | 11.47 | 39.77 | - |
| YUV | 96.52 | 170.03 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 65 | 171 | 0.24 | 0.62 | 0 | 0.33 | 276.79 | 0.45 | 0.46 |
| Hex | 82 | 41 | AB | 18 | 3E | 0 | 21 | 115 | 2D | 2E |
| Octal | 202 | 101 | 253 | 30 | 76 | 0 | 41 | 425 | 55 | 56 |
| Binary | 10000010 | 1000001 | 10101011 | 11000 | 111110 | 0 | 100001 | 100010101 | 101101 | 101110 |
Color Harmonies of #8241AB
Complementary color
Monochromatic Colors of #8241AB
Black with #8241AB
Text Example
Text Example
White with #8241AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8241AB; }
p { color: rgb(130,65,171); }
H1.HeaderClassName
{
color: #8241AB;
}
.AnyTagClassName
{
color: #8241AB;
}
</style>
background-color css
<style>
a { background-color: #8241AB; }
a { background-color: rgb(130,65,171); }
div.DivClassName
{
background-color: #8241AB;
}
.BgClassName
{
background-color: #8241AB;
}
</style>
border-color css
<style>
span { border-color: #8241AB; }
span { border-color: rgb(130,65,171); }
td.TdClassName
{
border-color: #8241AB;
}
.TagClassName
{
border-color: #8241AB;
}
</style>