Shades of Studio #843BAC
Tints of Studio #843BAC
RGB
CMYK
RGB Variations
Color information
#843BAC (or 0x843BAC) is known color: Studio. HEX triplet: 84, 3B and AC. RGB value is (132,59,172). Sum of RGB (Red+Green+Blue) = 132+59+172=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 59 (23.44% from 255 or 16.25% from 363); Blue value is 172 (67.58% from 255 or 47.38% from 363); Max value from RGB is 172 - color contains mainly: blue. Hex color #843BAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843BAC is #7BC453. Grayscale: #5D5D5D. Windows color (decimal): -8111188 or 11287428. OLE color: 11287428.
HSL color Cylindrical-coordinate representation of color #843BAC: hue angle of 278.76º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843BAC is Cyan = 0.23, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 59 | 172 | - |
| CMYK | 0.23 | 0.66 | 0 | 0.33 |
| HSL | 278.76º | 0.49% | 0.45% | - |
| HSV(B) | 278.76º | 0.66% | 0.67% | - |
| XYZ | 18.53 | 11.01 | 40.18 | - |
| YUV | 93.71 | 172.18 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 172 | 0.23 | 0.66 | 0 | 0.33 | 278.76 | 0.49 | 0.45 |
| Hex | 84 | 3B | AC | 17 | 42 | 0 | 21 | 117 | 31 | 2D |
| Octal | 204 | 73 | 254 | 27 | 102 | 0 | 41 | 427 | 61 | 55 |
| Binary | 10000100 | 111011 | 10101100 | 10111 | 1000010 | 0 | 100001 | 100010111 | 110001 | 101101 |
Color Harmonies of #843BAC
Complementary color
Monochromatic Colors of #843BAC
Black with #843BAC
Text Example
Text Example
White with #843BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843BAC; }
p { color: rgb(132,59,172); }
H1.HeaderClassName
{
color: #843BAC;
}
.AnyTagClassName
{
color: #843BAC;
}
</style>
background-color css
<style>
a { background-color: #843BAC; }
a { background-color: rgb(132,59,172); }
div.DivClassName
{
background-color: #843BAC;
}
.BgClassName
{
background-color: #843BAC;
}
</style>
border-color css
<style>
span { border-color: #843BAC; }
span { border-color: rgb(132,59,172); }
td.TdClassName
{
border-color: #843BAC;
}
.TagClassName
{
border-color: #843BAC;
}
</style>