Shades of Studio #8436AF
Tints of Studio #8436AF
RGB
CMYK
RGB Variations
Color information
#8436AF (or 0x8436AF) is known color: Studio. HEX triplet: 84, 36 and AF. RGB value is (132,54,175). Sum of RGB (Red+Green+Blue) = 132+54+175=361 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.57% from 361); Green value is 54 (21.48% from 255 or 14.96% from 361); Blue value is 175 (68.75% from 255 or 48.48% from 361); Max value from RGB is 175 - color contains mainly: blue. Hex color #8436AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8436AF is #7BC950. Grayscale: #5A5A5A. Windows color (decimal): -8112465 or 11482756. OLE color: 11482756.
HSL color Cylindrical-coordinate representation of color #8436AF: hue angle of 278.68º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8436AF is Cyan = 0.25, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 54 | 175 | - |
| CMYK | 0.25 | 0.69 | 0 | 0.31 |
| HSL | 278.68º | 0.53% | 0.45% | - |
| HSV(B) | 278.68º | 0.69% | 0.69% | - |
| XYZ | 18.57 | 10.64 | 41.63 | - |
| YUV | 91.12 | 175.34 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 54 | 175 | 0.25 | 0.69 | 0 | 0.31 | 278.68 | 0.53 | 0.45 |
| Hex | 84 | 36 | AF | 19 | 45 | 0 | 1F | 117 | 35 | 2D |
| Octal | 204 | 66 | 257 | 31 | 105 | 0 | 37 | 427 | 65 | 55 |
| Binary | 10000100 | 110110 | 10101111 | 11001 | 1000101 | 0 | 11111 | 100010111 | 110101 | 101101 |
Color Harmonies of #8436AF
Complementary color
Monochromatic Colors of #8436AF
Black with #8436AF
Text Example
Text Example
White with #8436AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8436AF; }
p { color: rgb(132,54,175); }
H1.HeaderClassName
{
color: #8436AF;
}
.AnyTagClassName
{
color: #8436AF;
}
</style>
background-color css
<style>
a { background-color: #8436AF; }
a { background-color: rgb(132,54,175); }
div.DivClassName
{
background-color: #8436AF;
}
.BgClassName
{
background-color: #8436AF;
}
</style>
border-color css
<style>
span { border-color: #8436AF; }
span { border-color: rgb(132,54,175); }
td.TdClassName
{
border-color: #8436AF;
}
.TagClassName
{
border-color: #8436AF;
}
</style>