Shades of Studio #8438AD
Tints of Studio #8438AD
RGB
CMYK
RGB Variations
Color information
#8438AD (or 0x8438AD) is known color: Studio. HEX triplet: 84, 38 and AD. RGB value is (132,56,173). Sum of RGB (Red+Green+Blue) = 132+56+173=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 56 (22.27% from 255 or 15.51% from 361); Blue value is 173 (67.97% from 255 or 47.92% from 361); Max value from RGB is 173 - color contains mainly: blue. Hex color #8438AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8438AD is #7BC752. Grayscale: #5B5B5B. Windows color (decimal): -8111955 or 11352196. OLE color: 11352196.
HSL color Cylindrical-coordinate representation of color #8438AD: hue angle of 278.97º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8438AD is Cyan = 0.24, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 56 | 173 | - |
| CMYK | 0.24 | 0.68 | 0 | 0.32 |
| HSL | 278.97º | 0.51% | 0.45% | - |
| HSV(B) | 278.97º | 0.68% | 0.68% | - |
| XYZ | 18.47 | 10.75 | 40.64 | - |
| YUV | 92.06 | 173.68 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 56 | 173 | 0.24 | 0.68 | 0 | 0.32 | 278.97 | 0.51 | 0.45 |
| Hex | 84 | 38 | AD | 18 | 44 | 0 | 20 | 117 | 33 | 2D |
| Octal | 204 | 70 | 255 | 30 | 104 | 0 | 40 | 427 | 63 | 55 |
| Binary | 10000100 | 111000 | 10101101 | 11000 | 1000100 | 0 | 100000 | 100010111 | 110011 | 101101 |
Color Harmonies of #8438AD
Complementary color
Monochromatic Colors of #8438AD
Black with #8438AD
Text Example
Text Example
White with #8438AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8438AD; }
p { color: rgb(132,56,173); }
H1.HeaderClassName
{
color: #8438AD;
}
.AnyTagClassName
{
color: #8438AD;
}
</style>
background-color css
<style>
a { background-color: #8438AD; }
a { background-color: rgb(132,56,173); }
div.DivClassName
{
background-color: #8438AD;
}
.BgClassName
{
background-color: #8438AD;
}
</style>
border-color css
<style>
span { border-color: #8438AD; }
span { border-color: rgb(132,56,173); }
td.TdClassName
{
border-color: #8438AD;
}
.TagClassName
{
border-color: #8438AD;
}
</style>