Shades of Studio #8042BC
Tints of Studio #8042BC
RGB
CMYK
RGB Variations
Color information
#8042BC (or 0x8042BC) is known color: Studio. HEX triplet: 80, 42 and BC. RGB value is (128,66,188). Sum of RGB (Red+Green+Blue) = 128+66+188=382 (50% of max value = 765). Red value is 128 (50.39% from 255 or 33.51% from 382); Green value is 66 (26.17% from 255 or 17.28% from 382); Blue value is 188 (73.83% from 255 or 49.21% from 382); Max value from RGB is 188 - color contains mainly: blue. Hex color #8042BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8042BC is #7FBD43. Grayscale: #626262. Windows color (decimal): -8371524 or 12337792. OLE color: 12337792.
HSL color Cylindrical-coordinate representation of color #8042BC: hue angle of 270.49º degrees, saturation: 0.48, 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 #8042BC is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 128 | 66 | 188 | - |
| CMYK | 0.32 | 0.65 | 0 | 0.26 |
| HSL | 270.49º | 0.48% | 0.5% | - |
| HSV(B) | 270.49º | 0.65% | 0.74% | - |
| XYZ | 19.93 | 12.12 | 48.87 | - |
| YUV | 98.45 | 178.54 | 149.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 66 | 188 | 0.32 | 0.65 | 0 | 0.26 | 270.49 | 0.48 | 0.5 |
| Hex | 80 | 42 | BC | 20 | 41 | 0 | 1A | 10E | 30 | 32 |
| Octal | 200 | 102 | 274 | 40 | 101 | 0 | 32 | 416 | 60 | 62 |
| Binary | 10000000 | 1000010 | 10111100 | 100000 | 1000001 | 0 | 11010 | 100001110 | 110000 | 110010 |
Color Harmonies of #8042BC
Complementary color
Monochromatic Colors of #8042BC
Black with #8042BC
Text Example
Text Example
White with #8042BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8042BC; }
p { color: rgb(128,66,188); }
H1.HeaderClassName
{
color: #8042BC;
}
.AnyTagClassName
{
color: #8042BC;
}
</style>
background-color css
<style>
a { background-color: #8042BC; }
a { background-color: rgb(128,66,188); }
div.DivClassName
{
background-color: #8042BC;
}
.BgClassName
{
background-color: #8042BC;
}
</style>
border-color css
<style>
span { border-color: #8042BC; }
span { border-color: rgb(128,66,188); }
td.TdClassName
{
border-color: #8042BC;
}
.TagClassName
{
border-color: #8042BC;
}
</style>