Shades of Studio #8446AB
Tints of Studio #8446AB
RGB
CMYK
RGB Variations
Color information
#8446AB (or 0x8446AB) is known color: Studio. HEX triplet: 84, 46 and AB. RGB value is (132,70,171). Sum of RGB (Red+Green+Blue) = 132+70+171=373 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.39% from 373); Green value is 70 (27.73% from 255 or 18.77% 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 #8446AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8446AB is #7BB954. Grayscale: #636363. Windows color (decimal): -8108373 or 11224708. OLE color: 11224708.
HSL color Cylindrical-coordinate representation of color #8446AB: hue angle of 276.83º 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 #8446AB is Cyan = 0.23, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 70 | 171 | - |
| CMYK | 0.23 | 0.59 | 0 | 0.33 |
| HSL | 276.83º | 0.42% | 0.47% | - |
| HSV(B) | 276.83º | 0.59% | 0.67% | - |
| XYZ | 19.06 | 12.23 | 39.88 | - |
| YUV | 100.05 | 168.04 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 171 | 0.23 | 0.59 | 0 | 0.33 | 276.83 | 0.42 | 0.47 |
| Hex | 84 | 46 | AB | 17 | 3B | 0 | 21 | 115 | 2A | 2F |
| Octal | 204 | 106 | 253 | 27 | 73 | 0 | 41 | 425 | 52 | 57 |
| Binary | 10000100 | 1000110 | 10101011 | 10111 | 111011 | 0 | 100001 | 100010101 | 101010 | 101111 |
Color Harmonies of #8446AB
Complementary color
Monochromatic Colors of #8446AB
Black with #8446AB
Text Example
Text Example
White with #8446AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8446AB; }
p { color: rgb(132,70,171); }
H1.HeaderClassName
{
color: #8446AB;
}
.AnyTagClassName
{
color: #8446AB;
}
</style>
background-color css
<style>
a { background-color: #8446AB; }
a { background-color: rgb(132,70,171); }
div.DivClassName
{
background-color: #8446AB;
}
.BgClassName
{
background-color: #8446AB;
}
</style>
border-color css
<style>
span { border-color: #8446AB; }
span { border-color: rgb(132,70,171); }
td.TdClassName
{
border-color: #8446AB;
}
.TagClassName
{
border-color: #8446AB;
}
</style>