Shades of Studio #843BAD
Tints of Studio #843BAD
RGB
CMYK
RGB Variations
Color information
#843BAD (or 0x843BAD) is known color: Studio. HEX triplet: 84, 3B and AD. RGB value is (132,59,173). Sum of RGB (Red+Green+Blue) = 132+59+173=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 59 (23.44% from 255 or 16.21% from 364); Blue value is 173 (67.97% from 255 or 47.53% from 364); Max value from RGB is 173 - color contains mainly: blue. Hex color #843BAD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843BAD is #7BC452. Grayscale: #5D5D5D. Windows color (decimal): -8111187 or 11352964. OLE color: 11352964.
HSL color Cylindrical-coordinate representation of color #843BAD: hue angle of 278.42º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843BAD is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 132 | 59 | 173 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.32 |
| HSL | 278.42º | 0.49% | 0.45% | - |
| HSV(B) | 278.42º | 0.66% | 0.68% | - |
| XYZ | 18.62 | 11.05 | 40.69 | - |
| YUV | 93.82 | 172.68 | 155.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 59 | 173 | 0.24 | 0.66 | 0 | 0.32 | 278.42 | 0.49 | 0.45 |
| Hex | 84 | 3B | AD | 18 | 42 | 0 | 20 | 116 | 31 | 2D |
| Octal | 204 | 73 | 255 | 30 | 102 | 0 | 40 | 426 | 61 | 55 |
| Binary | 10000100 | 111011 | 10101101 | 11000 | 1000010 | 0 | 100000 | 100010110 | 110001 | 101101 |
Color Harmonies of #843BAD
Complementary color
Monochromatic Colors of #843BAD
Black with #843BAD
Text Example
Text Example
White with #843BAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843BAD; }
p { color: rgb(132,59,173); }
H1.HeaderClassName
{
color: #843BAD;
}
.AnyTagClassName
{
color: #843BAD;
}
</style>
background-color css
<style>
a { background-color: #843BAD; }
a { background-color: rgb(132,59,173); }
div.DivClassName
{
background-color: #843BAD;
}
.BgClassName
{
background-color: #843BAD;
}
</style>
border-color css
<style>
span { border-color: #843BAD; }
span { border-color: rgb(132,59,173); }
td.TdClassName
{
border-color: #843BAD;
}
.TagClassName
{
border-color: #843BAD;
}
</style>