Shades of Studio #8439B2
Tints of Studio #8439B2
RGB
CMYK
RGB Variations
Color information
#8439B2 (or 0x8439B2) is known color: Studio. HEX triplet: 84, 39 and B2. RGB value is (132,57,178). Sum of RGB (Red+Green+Blue) = 132+57+178=367 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.97% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 178 (69.92% from 255 or 48.50% from 367); Max value from RGB is 178 - color contains mainly: blue. Hex color #8439B2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8439B2 is #7BC64D. Grayscale: #5C5C5C. Windows color (decimal): -8111694 or 11680132. OLE color: 11680132.
HSL color Cylindrical-coordinate representation of color #8439B2: hue angle of 277.19º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8439B2 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 57 | 178 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.30 |
| HSL | 277.19º | 0.51% | 0.46% | - |
| HSV(B) | 277.19º | 0.68% | 0.7% | - |
| XYZ | 19.01 | 11.05 | 43.25 | - |
| YUV | 93.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 178 | 0.26 | 0.68 | 0 | 0.30 | 277.19 | 0.51 | 0.46 |
| Hex | 84 | 39 | B2 | 1A | 44 | 0 | 1E | 115 | 33 | 2E |
| Octal | 204 | 71 | 262 | 32 | 104 | 0 | 36 | 425 | 63 | 56 |
| Binary | 10000100 | 111001 | 10110010 | 11010 | 1000100 | 0 | 11110 | 100010101 | 110011 | 101110 |
Color Harmonies of #8439B2
Complementary color
Monochromatic Colors of #8439B2
Black with #8439B2
Text Example
Text Example
White with #8439B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8439B2; }
p { color: rgb(132,57,178); }
H1.HeaderClassName
{
color: #8439B2;
}
.AnyTagClassName
{
color: #8439B2;
}
</style>
background-color css
<style>
a { background-color: #8439B2; }
a { background-color: rgb(132,57,178); }
div.DivClassName
{
background-color: #8439B2;
}
.BgClassName
{
background-color: #8439B2;
}
</style>
border-color css
<style>
span { border-color: #8439B2; }
span { border-color: rgb(132,57,178); }
td.TdClassName
{
border-color: #8439B2;
}
.TagClassName
{
border-color: #8439B2;
}
</style>