Shades of Studio #8049BE
Tints of Studio #8049BE
RGB
CMYK
RGB Variations
Color information
#8049BE (or 0x8049BE) is known color: Studio. HEX triplet: 80, 49 and BE. RGB value is (128,73,190). Sum of RGB (Red+Green+Blue) = 128+73+190=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #8049BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8049BE is #7FB641. Grayscale: #666666. Windows color (decimal): -8369730 or 12470656. OLE color: 12470656.
HSL color Cylindrical-coordinate representation of color #8049BE: hue angle of 268.21º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8049BE is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 128 | 73 | 190 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.25 |
| HSL | 268.21º | 0.47% | 0.52% | - |
| HSV(B) | 268.21º | 0.62% | 0.75% | - |
| XYZ | 20.58 | 13.07 | 50.15 | - |
| YUV | 102.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 73 | 190 | 0.33 | 0.62 | 0 | 0.25 | 268.21 | 0.47 | 0.52 |
| Hex | 80 | 49 | BE | 21 | 3E | 0 | 19 | 10C | 2F | 34 |
| Octal | 200 | 111 | 276 | 41 | 76 | 0 | 31 | 414 | 57 | 64 |
| Binary | 10000000 | 1001001 | 10111110 | 100001 | 111110 | 0 | 11001 | 100001100 | 101111 | 110100 |
Color Harmonies of #8049BE
Complementary color
Monochromatic Colors of #8049BE
Black with #8049BE
Text Example
Text Example
White with #8049BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8049BE; }
p { color: rgb(128,73,190); }
H1.HeaderClassName
{
color: #8049BE;
}
.AnyTagClassName
{
color: #8049BE;
}
</style>
background-color css
<style>
a { background-color: #8049BE; }
a { background-color: rgb(128,73,190); }
div.DivClassName
{
background-color: #8049BE;
}
.BgClassName
{
background-color: #8049BE;
}
</style>
border-color css
<style>
span { border-color: #8049BE; }
span { border-color: rgb(128,73,190); }
td.TdClassName
{
border-color: #8049BE;
}
.TagClassName
{
border-color: #8049BE;
}
</style>