Shades of Studio #8439B3
Tints of Studio #8439B3
RGB
CMYK
RGB Variations
Color information
#8439B3 (or 0x8439B3) is known color: Studio. HEX triplet: 84, 39 and B3. RGB value is (132,57,179). Sum of RGB (Red+Green+Blue) = 132+57+179=368 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.87% from 368); Green value is 57 (22.66% from 255 or 15.49% from 368); Blue value is 179 (70.31% from 255 or 48.64% from 368); Max value from RGB is 179 - color contains mainly: blue. Hex color #8439B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8439B3 is #7BC64C. Grayscale: #5C5C5C. Windows color (decimal): -8111693 or 11745668. OLE color: 11745668.
HSL color Cylindrical-coordinate representation of color #8439B3: hue angle of 276.89º degrees, saturation: 0.52, 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 #8439B3 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 57 | 179 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.30 |
| HSL | 276.89º | 0.52% | 0.46% | - |
| HSV(B) | 276.89º | 0.68% | 0.7% | - |
| XYZ | 19.12 | 11.09 | 43.78 | - |
| YUV | 93.33 | 176.35 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 179 | 0.26 | 0.68 | 0 | 0.30 | 276.89 | 0.52 | 0.46 |
| Hex | 84 | 39 | B3 | 1A | 44 | 0 | 1E | 115 | 34 | 2E |
| Octal | 204 | 71 | 263 | 32 | 104 | 0 | 36 | 425 | 64 | 56 |
| Binary | 10000100 | 111001 | 10110011 | 11010 | 1000100 | 0 | 11110 | 100010101 | 110100 | 101110 |
Color Harmonies of #8439B3
Complementary color
Monochromatic Colors of #8439B3
Black with #8439B3
Text Example
Text Example
White with #8439B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8439B3; }
p { color: rgb(132,57,179); }
H1.HeaderClassName
{
color: #8439B3;
}
.AnyTagClassName
{
color: #8439B3;
}
</style>
background-color css
<style>
a { background-color: #8439B3; }
a { background-color: rgb(132,57,179); }
div.DivClassName
{
background-color: #8439B3;
}
.BgClassName
{
background-color: #8439B3;
}
</style>
border-color css
<style>
span { border-color: #8439B3; }
span { border-color: rgb(132,57,179); }
td.TdClassName
{
border-color: #8439B3;
}
.TagClassName
{
border-color: #8439B3;
}
</style>