Shades of Studio #8446B1
Tints of Studio #8446B1
RGB
CMYK
RGB Variations
Color information
#8446B1 (or 0x8446B1) is known color: Studio. HEX triplet: 84, 46 and B1. RGB value is (132,70,177). Sum of RGB (Red+Green+Blue) = 132+70+177=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 177 (69.53% from 255 or 46.70% from 379); Max value from RGB is 177 - color contains mainly: blue. Hex color #8446B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8446B1 is #7BB94E. Grayscale: #646464. Windows color (decimal): -8108367 or 11617924. OLE color: 11617924.
HSL color Cylindrical-coordinate representation of color #8446B1: hue angle of 274.77º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8446B1 is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 70 | 177 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.31 |
| HSL | 274.77º | 0.43% | 0.48% | - |
| HSV(B) | 274.77º | 0.6% | 0.69% | - |
| XYZ | 19.64 | 12.46 | 42.96 | - |
| YUV | 100.74 | 171.04 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 70 | 177 | 0.25 | 0.60 | 0 | 0.31 | 274.77 | 0.43 | 0.48 |
| Hex | 84 | 46 | B1 | 19 | 3C | 0 | 1F | 113 | 2B | 30 |
| Octal | 204 | 106 | 261 | 31 | 74 | 0 | 37 | 423 | 53 | 60 |
| Binary | 10000100 | 1000110 | 10110001 | 11001 | 111100 | 0 | 11111 | 100010011 | 101011 | 110000 |
Color Harmonies of #8446B1
Complementary color
Monochromatic Colors of #8446B1
Black with #8446B1
Text Example
Text Example
White with #8446B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8446B1; }
p { color: rgb(132,70,177); }
H1.HeaderClassName
{
color: #8446B1;
}
.AnyTagClassName
{
color: #8446B1;
}
</style>
background-color css
<style>
a { background-color: #8446B1; }
a { background-color: rgb(132,70,177); }
div.DivClassName
{
background-color: #8446B1;
}
.BgClassName
{
background-color: #8446B1;
}
</style>
border-color css
<style>
span { border-color: #8446B1; }
span { border-color: rgb(132,70,177); }
td.TdClassName
{
border-color: #8446B1;
}
.TagClassName
{
border-color: #8446B1;
}
</style>