Shades of Studio #8039B0
Tints of Studio #8039B0
RGB
CMYK
RGB Variations
Color information
#8039B0 (or 0x8039B0) is known color: Studio. HEX triplet: 80, 39 and B0. RGB value is (128,57,176). Sum of RGB (Red+Green+Blue) = 128+57+176=361 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.46% from 361); Green value is 57 (22.66% from 255 or 15.79% from 361); Blue value is 176 (69.14% from 255 or 48.75% from 361); Max value from RGB is 176 - color contains mainly: blue. Hex color #8039B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8039B0 is #7FC64F. Grayscale: #5B5B5B. Windows color (decimal): -8373840 or 11549056. OLE color: 11549056.
HSL color Cylindrical-coordinate representation of color #8039B0: hue angle of 275.8º 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 #8039B0 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 57 | 176 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.31 |
| HSL | 275.8º | 0.51% | 0.46% | - |
| HSV(B) | 275.8º | 0.68% | 0.69% | - |
| XYZ | 18.2 | 10.65 | 42.17 | - |
| YUV | 91.8 | 175.52 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 176 | 0.27 | 0.68 | 0 | 0.31 | 275.8 | 0.51 | 0.46 |
| Hex | 80 | 39 | B0 | 1B | 44 | 0 | 1F | 114 | 33 | 2E |
| Octal | 200 | 71 | 260 | 33 | 104 | 0 | 37 | 424 | 63 | 56 |
| Binary | 10000000 | 111001 | 10110000 | 11011 | 1000100 | 0 | 11111 | 100010100 | 110011 | 101110 |
Color Harmonies of #8039B0
Complementary color
Monochromatic Colors of #8039B0
Black with #8039B0
Text Example
Text Example
White with #8039B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8039B0; }
p { color: rgb(128,57,176); }
H1.HeaderClassName
{
color: #8039B0;
}
.AnyTagClassName
{
color: #8039B0;
}
</style>
background-color css
<style>
a { background-color: #8039B0; }
a { background-color: rgb(128,57,176); }
div.DivClassName
{
background-color: #8039B0;
}
.BgClassName
{
background-color: #8039B0;
}
</style>
border-color css
<style>
span { border-color: #8039B0; }
span { border-color: rgb(128,57,176); }
td.TdClassName
{
border-color: #8039B0;
}
.TagClassName
{
border-color: #8039B0;
}
</style>