Shades of Studio #8041B0
Tints of Studio #8041B0
RGB
CMYK
RGB Variations
Color information
#8041B0 (or 0x8041B0) is known color: Studio. HEX triplet: 80, 41 and B0. RGB value is (128,65,176). Sum of RGB (Red+Green+Blue) = 128+65+176=369 (48% of max value = 765). Red value is 128 (50.39% from 255 or 34.69% from 369); Green value is 65 (25.78% from 255 or 17.62% from 369); Blue value is 176 (69.14% from 255 or 47.70% from 369); Max value from RGB is 176 - color contains mainly: blue. Hex color #8041B0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8041B0 is #7FBE4F. Grayscale: #606060. Windows color (decimal): -8371792 or 11551104. OLE color: 11551104.
HSL color Cylindrical-coordinate representation of color #8041B0: hue angle of 274.05º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8041B0 is Cyan = 0.27, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 128 | 65 | 176 | - |
| CMYK | 0.27 | 0.63 | 0 | 0.31 |
| HSL | 274.05º | 0.46% | 0.47% | - |
| HSV(B) | 274.05º | 0.63% | 0.69% | - |
| XYZ | 18.63 | 11.5 | 42.31 | - |
| YUV | 96.49 | 172.87 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 176 | 0.27 | 0.63 | 0 | 0.31 | 274.05 | 0.46 | 0.47 |
| Hex | 80 | 41 | B0 | 1B | 3F | 0 | 1F | 112 | 2E | 2F |
| Octal | 200 | 101 | 260 | 33 | 77 | 0 | 37 | 422 | 56 | 57 |
| Binary | 10000000 | 1000001 | 10110000 | 11011 | 111111 | 0 | 11111 | 100010010 | 101110 | 101111 |
Color Harmonies of #8041B0
Complementary color
Monochromatic Colors of #8041B0
Black with #8041B0
Text Example
Text Example
White with #8041B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041B0; }
p { color: rgb(128,65,176); }
H1.HeaderClassName
{
color: #8041B0;
}
.AnyTagClassName
{
color: #8041B0;
}
</style>
background-color css
<style>
a { background-color: #8041B0; }
a { background-color: rgb(128,65,176); }
div.DivClassName
{
background-color: #8041B0;
}
.BgClassName
{
background-color: #8041B0;
}
</style>
border-color css
<style>
span { border-color: #8041B0; }
span { border-color: rgb(128,65,176); }
td.TdClassName
{
border-color: #8041B0;
}
.TagClassName
{
border-color: #8041B0;
}
</style>