Shades of Studio #8439B0
Tints of Studio #8439B0
RGB
CMYK
RGB Variations
Color information
#8439B0 (or 0x8439B0) is known color: Studio. HEX triplet: 84, 39 and B0. RGB value is (132,57,176). Sum of RGB (Red+Green+Blue) = 132+57+176=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 176 (69.14% from 255 or 48.22% from 365); Max value from RGB is 176 - color contains mainly: blue. Hex color #8439B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8439B0 is #7BC64F. Grayscale: #5C5C5C. Windows color (decimal): -8111696 or 11549060. OLE color: 11549060.
HSL color Cylindrical-coordinate representation of color #8439B0: hue angle of 277.82º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8439B0 is Cyan = 0.25, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 57 | 176 | - |
| CMYK | 0.25 | 0.68 | 0 | 0.31 |
| HSL | 277.82º | 0.51% | 0.46% | - |
| HSV(B) | 277.82º | 0.68% | 0.69% | - |
| XYZ | 18.82 | 10.97 | 42.2 | - |
| YUV | 92.99 | 174.85 | 155.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 176 | 0.25 | 0.68 | 0 | 0.31 | 277.82 | 0.51 | 0.46 |
| Hex | 84 | 39 | B0 | 19 | 44 | 0 | 1F | 116 | 33 | 2E |
| Octal | 204 | 71 | 260 | 31 | 104 | 0 | 37 | 426 | 63 | 56 |
| Binary | 10000100 | 111001 | 10110000 | 11001 | 1000100 | 0 | 11111 | 100010110 | 110011 | 101110 |
Color Harmonies of #8439B0
Complementary color
Monochromatic Colors of #8439B0
Black with #8439B0
Text Example
Text Example
White with #8439B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8439B0; }
p { color: rgb(132,57,176); }
H1.HeaderClassName
{
color: #8439B0;
}
.AnyTagClassName
{
color: #8439B0;
}
</style>
background-color css
<style>
a { background-color: #8439B0; }
a { background-color: rgb(132,57,176); }
div.DivClassName
{
background-color: #8439B0;
}
.BgClassName
{
background-color: #8439B0;
}
</style>
border-color css
<style>
span { border-color: #8439B0; }
span { border-color: rgb(132,57,176); }
td.TdClassName
{
border-color: #8439B0;
}
.TagClassName
{
border-color: #8439B0;
}
</style>