Shades of Studio #8441B1
Tints of Studio #8441B1
RGB
CMYK
RGB Variations
Color information
#8441B1 (or 0x8441B1) is known color: Studio. HEX triplet: 84, 41 and B1. RGB value is (132,65,177). Sum of RGB (Red+Green+Blue) = 132+65+177=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 177 (69.53% from 255 or 47.33% from 374); Max value from RGB is 177 - color contains mainly: blue. Hex color #8441B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8441B1 is #7BBE4E. Grayscale: #616161. Windows color (decimal): -8109647 or 11616644. OLE color: 11616644.
HSL color Cylindrical-coordinate representation of color #8441B1: hue angle of 275.89º 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 #8441B1 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 65 | 177 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.31 |
| HSL | 275.89º | 0.46% | 0.47% | - |
| HSV(B) | 275.89º | 0.63% | 0.69% | - |
| XYZ | 19.34 | 11.86 | 42.86 | - |
| YUV | 97.8 | 172.7 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 65 | 177 | 0.25 | 0.63 | 0 | 0.31 | 275.89 | 0.46 | 0.47 |
| Hex | 84 | 41 | B1 | 19 | 3F | 0 | 1F | 114 | 2E | 2F |
| Octal | 204 | 101 | 261 | 31 | 77 | 0 | 37 | 424 | 56 | 57 |
| Binary | 10000100 | 1000001 | 10110001 | 11001 | 111111 | 0 | 11111 | 100010100 | 101110 | 101111 |
Color Harmonies of #8441B1
Complementary color
Monochromatic Colors of #8441B1
Black with #8441B1
Text Example
Text Example
White with #8441B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8441B1; }
p { color: rgb(132,65,177); }
H1.HeaderClassName
{
color: #8441B1;
}
.AnyTagClassName
{
color: #8441B1;
}
</style>
background-color css
<style>
a { background-color: #8441B1; }
a { background-color: rgb(132,65,177); }
div.DivClassName
{
background-color: #8441B1;
}
.BgClassName
{
background-color: #8441B1;
}
</style>
border-color css
<style>
span { border-color: #8441B1; }
span { border-color: rgb(132,65,177); }
td.TdClassName
{
border-color: #8441B1;
}
.TagClassName
{
border-color: #8441B1;
}
</style>