Shades of Studio #8448AB
Tints of Studio #8448AB
RGB
CMYK
RGB Variations
Color information
#8448AB (or 0x8448AB) is known color: Studio. HEX triplet: 84, 48 and AB. RGB value is (132,72,171). Sum of RGB (Red+Green+Blue) = 132+72+171=375 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.2% from 375); Green value is 72 (28.52% from 255 or 19.2% from 375); Blue value is 171 (67.19% from 255 or 45.6% from 375); Max value from RGB is 171 - color contains mainly: blue. Hex color #8448AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8448AB is #7BB754. Grayscale: #646464. Windows color (decimal): -8107861 or 11225220. OLE color: 11225220.
HSL color Cylindrical-coordinate representation of color #8448AB: hue angle of 276.36º 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 #8448AB is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 72 | 171 | - |
| CMYK | 0.23 | 0.58 | 0 | 0.33 |
| HSL | 276.36º | 0.41% | 0.48% | - |
| HSV(B) | 276.36º | 0.58% | 0.67% | - |
| XYZ | 19.18 | 12.48 | 39.93 | - |
| YUV | 101.23 | 167.38 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 72 | 171 | 0.23 | 0.58 | 0 | 0.33 | 276.36 | 0.41 | 0.48 |
| Hex | 84 | 48 | AB | 17 | 3A | 0 | 21 | 114 | 29 | 30 |
| Octal | 204 | 110 | 253 | 27 | 72 | 0 | 41 | 424 | 51 | 60 |
| Binary | 10000100 | 1001000 | 10101011 | 10111 | 111010 | 0 | 100001 | 100010100 | 101001 | 110000 |
Color Harmonies of #8448AB
Complementary color
Monochromatic Colors of #8448AB
Black with #8448AB
Text Example
Text Example
White with #8448AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8448AB; }
p { color: rgb(132,72,171); }
H1.HeaderClassName
{
color: #8448AB;
}
.AnyTagClassName
{
color: #8448AB;
}
</style>
background-color css
<style>
a { background-color: #8448AB; }
a { background-color: rgb(132,72,171); }
div.DivClassName
{
background-color: #8448AB;
}
.BgClassName
{
background-color: #8448AB;
}
</style>
border-color css
<style>
span { border-color: #8448AB; }
span { border-color: rgb(132,72,171); }
td.TdClassName
{
border-color: #8448AB;
}
.TagClassName
{
border-color: #8448AB;
}
</style>