Shades of Studio #8041B3
Tints of Studio #8041B3
RGB
CMYK
RGB Variations
Color information
#8041B3 (or 0x8041B3) is known color: Studio. HEX triplet: 80, 41 and B3. RGB value is (128,65,179). Sum of RGB (Red+Green+Blue) = 128+65+179=372 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.41% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #8041B3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8041B3 is #7FBE4C. Grayscale: #606060. Windows color (decimal): -8371789 or 11747712. OLE color: 11747712.
HSL color Cylindrical-coordinate representation of color #8041B3: hue angle of 273.16º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8041B3 is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 128 | 65 | 179 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.30 |
| HSL | 273.16º | 0.47% | 0.48% | - |
| HSV(B) | 273.16º | 0.64% | 0.7% | - |
| XYZ | 18.93 | 11.62 | 43.89 | - |
| YUV | 96.83 | 174.37 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 65 | 179 | 0.28 | 0.64 | 0 | 0.30 | 273.16 | 0.47 | 0.48 |
| Hex | 80 | 41 | B3 | 1C | 40 | 0 | 1E | 111 | 2F | 30 |
| Octal | 200 | 101 | 263 | 34 | 100 | 0 | 36 | 421 | 57 | 60 |
| Binary | 10000000 | 1000001 | 10110011 | 11100 | 1000000 | 0 | 11110 | 100010001 | 101111 | 110000 |
Color Harmonies of #8041B3
Complementary color
Monochromatic Colors of #8041B3
Black with #8041B3
Text Example
Text Example
White with #8041B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8041B3; }
p { color: rgb(128,65,179); }
H1.HeaderClassName
{
color: #8041B3;
}
.AnyTagClassName
{
color: #8041B3;
}
</style>
background-color css
<style>
a { background-color: #8041B3; }
a { background-color: rgb(128,65,179); }
div.DivClassName
{
background-color: #8041B3;
}
.BgClassName
{
background-color: #8041B3;
}
</style>
border-color css
<style>
span { border-color: #8041B3; }
span { border-color: rgb(128,65,179); }
td.TdClassName
{
border-color: #8041B3;
}
.TagClassName
{
border-color: #8041B3;
}
</style>