Shades of Studio #843EB2
Tints of Studio #843EB2
RGB
CMYK
RGB Variations
Color information
#843EB2 (or 0x843EB2) is known color: Studio. HEX triplet: 84, 3E and B2. RGB value is (132,62,178). Sum of RGB (Red+Green+Blue) = 132+62+178=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 62 (24.61% from 255 or 16.67% from 372); Blue value is 178 (69.92% from 255 or 47.85% from 372); Max value from RGB is 178 - color contains mainly: blue. Hex color #843EB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843EB2 is #7BC14D. Grayscale: #5F5F5F. Windows color (decimal): -8110414 or 11681412. OLE color: 11681412.
HSL color Cylindrical-coordinate representation of color #843EB2: hue angle of 276.21º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #843EB2 is Cyan = 0.26, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 62 | 178 | - |
| CMYK | 0.26 | 0.65 | 0 | 0.30 |
| HSL | 276.21º | 0.48% | 0.47% | - |
| HSV(B) | 276.21º | 0.65% | 0.7% | - |
| XYZ | 19.27 | 11.57 | 43.34 | - |
| YUV | 96.15 | 174.19 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 178 | 0.26 | 0.65 | 0 | 0.30 | 276.21 | 0.48 | 0.47 |
| Hex | 84 | 3E | B2 | 1A | 41 | 0 | 1E | 114 | 30 | 2F |
| Octal | 204 | 76 | 262 | 32 | 101 | 0 | 36 | 424 | 60 | 57 |
| Binary | 10000100 | 111110 | 10110010 | 11010 | 1000001 | 0 | 11110 | 100010100 | 110000 | 101111 |
Color Harmonies of #843EB2
Complementary color
Monochromatic Colors of #843EB2
Black with #843EB2
Text Example
Text Example
White with #843EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843EB2; }
p { color: rgb(132,62,178); }
H1.HeaderClassName
{
color: #843EB2;
}
.AnyTagClassName
{
color: #843EB2;
}
</style>
background-color css
<style>
a { background-color: #843EB2; }
a { background-color: rgb(132,62,178); }
div.DivClassName
{
background-color: #843EB2;
}
.BgClassName
{
background-color: #843EB2;
}
</style>
border-color css
<style>
span { border-color: #843EB2; }
span { border-color: rgb(132,62,178); }
td.TdClassName
{
border-color: #843EB2;
}
.TagClassName
{
border-color: #843EB2;
}
</style>