Shades of Studio #8445AD
Tints of Studio #8445AD
RGB
CMYK
RGB Variations
Color information
#8445AD (or 0x8445AD) is known color: Studio. HEX triplet: 84, 45 and AD. RGB value is (132,69,173). Sum of RGB (Red+Green+Blue) = 132+69+173=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 69 (27.34% from 255 or 18.45% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #8445AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8445AD is #7BBA52. Grayscale: #636363. Windows color (decimal): -8108627 or 11355524. OLE color: 11355524.
HSL color Cylindrical-coordinate representation of color #8445AD: hue angle of 276.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8445AD is Cyan = 0.24, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 69 | 173 | - |
| CMYK | 0.24 | 0.60 | 0 | 0.32 |
| HSL | 276.35º | 0.43% | 0.47% | - |
| HSV(B) | 276.35º | 0.6% | 0.68% | - |
| XYZ | 19.19 | 12.18 | 40.87 | - |
| YUV | 99.69 | 169.37 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 69 | 173 | 0.24 | 0.60 | 0 | 0.32 | 276.35 | 0.43 | 0.47 |
| Hex | 84 | 45 | AD | 18 | 3C | 0 | 20 | 114 | 2B | 2F |
| Octal | 204 | 105 | 255 | 30 | 74 | 0 | 40 | 424 | 53 | 57 |
| Binary | 10000100 | 1000101 | 10101101 | 11000 | 111100 | 0 | 100000 | 100010100 | 101011 | 101111 |
Color Harmonies of #8445AD
Complementary color
Monochromatic Colors of #8445AD
Black with #8445AD
Text Example
Text Example
White with #8445AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8445AD; }
p { color: rgb(132,69,173); }
H1.HeaderClassName
{
color: #8445AD;
}
.AnyTagClassName
{
color: #8445AD;
}
</style>
background-color css
<style>
a { background-color: #8445AD; }
a { background-color: rgb(132,69,173); }
div.DivClassName
{
background-color: #8445AD;
}
.BgClassName
{
background-color: #8445AD;
}
</style>
border-color css
<style>
span { border-color: #8445AD; }
span { border-color: rgb(132,69,173); }
td.TdClassName
{
border-color: #8445AD;
}
.TagClassName
{
border-color: #8445AD;
}
</style>