Shades of Studio #843EB6
Tints of Studio #843EB6
RGB
CMYK
RGB Variations
Color information
#843EB6 (or 0x843EB6) is known color: Studio. HEX triplet: 84, 3E and B6. RGB value is (132,62,182). Sum of RGB (Red+Green+Blue) = 132+62+182=376 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.11% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 182 (71.48% from 255 or 48.40% from 376); Max value from RGB is 182 - color contains mainly: blue. Hex color #843EB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843EB6 is #7BC149. Grayscale: #606060. Windows color (decimal): -8110410 or 11943556. OLE color: 11943556.
HSL color Cylindrical-coordinate representation of color #843EB6: hue angle of 275º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843EB6 is Cyan = 0.27, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 132 | 62 | 182 | - |
| CMYK | 0.27 | 0.66 | 0 | 0.29 |
| HSL | 275º | 0.49% | 0.48% | - |
| HSV(B) | 275º | 0.66% | 0.71% | - |
| XYZ | 19.68 | 11.73 | 45.48 | - |
| YUV | 96.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 62 | 182 | 0.27 | 0.66 | 0 | 0.29 | 275 | 0.49 | 0.48 |
| Hex | 84 | 3E | B6 | 1B | 42 | 0 | 1D | 113 | 31 | 30 |
| Octal | 204 | 76 | 266 | 33 | 102 | 0 | 35 | 423 | 61 | 60 |
| Binary | 10000100 | 111110 | 10110110 | 11011 | 1000010 | 0 | 11101 | 100010011 | 110001 | 110000 |
Color Harmonies of #843EB6
Complementary color
Monochromatic Colors of #843EB6
Black with #843EB6
Text Example
Text Example
White with #843EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843EB6; }
p { color: rgb(132,62,182); }
H1.HeaderClassName
{
color: #843EB6;
}
.AnyTagClassName
{
color: #843EB6;
}
</style>
background-color css
<style>
a { background-color: #843EB6; }
a { background-color: rgb(132,62,182); }
div.DivClassName
{
background-color: #843EB6;
}
.BgClassName
{
background-color: #843EB6;
}
</style>
border-color css
<style>
span { border-color: #843EB6; }
span { border-color: rgb(132,62,182); }
td.TdClassName
{
border-color: #843EB6;
}
.TagClassName
{
border-color: #843EB6;
}
</style>