Shades of Studio #8041BC
Tints of Studio #8041BC
RGB
CMYK
RGB Variations
Color information
#8041BC (or 0x8041BC) is known color: Studio. HEX triplet: 80, 41 and BC. RGB value is (128,65,188). Sum of RGB (Red+Green+Blue) = 128+65+188=381 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.60% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #8041BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041BC is #7FBE43. Grayscale: #616161. Windows color (decimal): -8371780 or 12337536. OLE color: 12337536.
HSL color Cylindrical-coordinate representation of color #8041BC: hue angle of 270.73º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8041BC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 65 | 188 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.26 |
| HSL | 270.73º | 0.49% | 0.5% | - |
| HSV(B) | 270.73º | 0.65% | 0.74% | - |
| XYZ | 19.87 | 12 | 48.85 | - |
| YUV | 97.86 | 178.87 | 149.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 188 | 0.32 | 0.65 | 0 | 0.26 | 270.73 | 0.49 | 0.5 |
| Hex | 80 | 41 | BC | 20 | 41 | 0 | 1A | 10F | 31 | 32 |
| Octal | 200 | 101 | 274 | 40 | 101 | 0 | 32 | 417 | 61 | 62 |
| Binary | 10000000 | 1000001 | 10111100 | 100000 | 1000001 | 0 | 11010 | 100001111 | 110001 | 110010 |
Color Harmonies of #8041BC
Complementary color
Monochromatic Colors of #8041BC
Black with #8041BC
Text Example
Text Example
White with #8041BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041BC; }
p { color: rgb(128,65,188); }
H1.HeaderClassName
{
color: #8041BC;
}
.AnyTagClassName
{
color: #8041BC;
}
</style>
background-color css
<style>
a { background-color: #8041BC; }
a { background-color: rgb(128,65,188); }
div.DivClassName
{
background-color: #8041BC;
}
.BgClassName
{
background-color: #8041BC;
}
</style>
border-color css
<style>
span { border-color: #8041BC; }
span { border-color: rgb(128,65,188); }
td.TdClassName
{
border-color: #8041BC;
}
.TagClassName
{
border-color: #8041BC;
}
</style>