Shades of Studio #843CAB
Tints of Studio #843CAB
RGB
CMYK
RGB Variations
Color information
#843CAB (or 0x843CAB) is known color: Studio. HEX triplet: 84, 3C and AB. RGB value is (132,60,171). Sum of RGB (Red+Green+Blue) = 132+60+171=363 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.36% from 363); Green value is 60 (23.83% from 255 or 16.53% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #843CAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843CAB is #7BC354. Grayscale: #5D5D5D. Windows color (decimal): -8110933 or 11222148. OLE color: 11222148.
HSL color Cylindrical-coordinate representation of color #843CAB: hue angle of 278.92º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #843CAB is Cyan = 0.23, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 132 | 60 | 171 | - |
| CMYK | 0.23 | 0.65 | 0 | 0.33 |
| HSL | 278.92º | 0.48% | 0.45% | - |
| HSV(B) | 278.92º | 0.65% | 0.67% | - |
| XYZ | 18.48 | 11.08 | 39.69 | - |
| YUV | 94.18 | 171.35 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 171 | 0.23 | 0.65 | 0 | 0.33 | 278.92 | 0.48 | 0.45 |
| Hex | 84 | 3C | AB | 17 | 41 | 0 | 21 | 117 | 30 | 2D |
| Octal | 204 | 74 | 253 | 27 | 101 | 0 | 41 | 427 | 60 | 55 |
| Binary | 10000100 | 111100 | 10101011 | 10111 | 1000001 | 0 | 100001 | 100010111 | 110000 | 101101 |
Color Harmonies of #843CAB
Complementary color
Monochromatic Colors of #843CAB
Black with #843CAB
Text Example
Text Example
White with #843CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843CAB; }
p { color: rgb(132,60,171); }
H1.HeaderClassName
{
color: #843CAB;
}
.AnyTagClassName
{
color: #843CAB;
}
</style>
background-color css
<style>
a { background-color: #843CAB; }
a { background-color: rgb(132,60,171); }
div.DivClassName
{
background-color: #843CAB;
}
.BgClassName
{
background-color: #843CAB;
}
</style>
border-color css
<style>
span { border-color: #843CAB; }
span { border-color: rgb(132,60,171); }
td.TdClassName
{
border-color: #843CAB;
}
.TagClassName
{
border-color: #843CAB;
}
</style>