Shades of Studio #843AB3
Tints of Studio #843AB3
RGB
CMYK
RGB Variations
Color information
#843AB3 (or 0x843AB3) is known color: Studio. HEX triplet: 84, 3A and B3. RGB value is (132,58,179). Sum of RGB (Red+Green+Blue) = 132+58+179=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 58 (23.05% from 255 or 15.72% from 369); Blue value is 179 (70.31% from 255 or 48.51% from 369); Max value from RGB is 179 - color contains mainly: blue. Hex color #843AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843AB3 is #7BC54C. Grayscale: #5D5D5D. Windows color (decimal): -8111437 or 11745924. OLE color: 11745924.
HSL color Cylindrical-coordinate representation of color #843AB3: hue angle of 276.69º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #843AB3 is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 132 | 58 | 179 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.30 |
| HSL | 276.69º | 0.51% | 0.46% | - |
| HSV(B) | 276.69º | 0.68% | 0.7% | - |
| XYZ | 19.17 | 11.19 | 43.8 | - |
| YUV | 93.92 | 176.02 | 155.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 58 | 179 | 0.26 | 0.68 | 0 | 0.30 | 276.69 | 0.51 | 0.46 |
| Hex | 84 | 3A | B3 | 1A | 44 | 0 | 1E | 115 | 33 | 2E |
| Octal | 204 | 72 | 263 | 32 | 104 | 0 | 36 | 425 | 63 | 56 |
| Binary | 10000100 | 111010 | 10110011 | 11010 | 1000100 | 0 | 11110 | 100010101 | 110011 | 101110 |
Color Harmonies of #843AB3
Complementary color
Monochromatic Colors of #843AB3
Black with #843AB3
Text Example
Text Example
White with #843AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843AB3; }
p { color: rgb(132,58,179); }
H1.HeaderClassName
{
color: #843AB3;
}
.AnyTagClassName
{
color: #843AB3;
}
</style>
background-color css
<style>
a { background-color: #843AB3; }
a { background-color: rgb(132,58,179); }
div.DivClassName
{
background-color: #843AB3;
}
.BgClassName
{
background-color: #843AB3;
}
</style>
border-color css
<style>
span { border-color: #843AB3; }
span { border-color: rgb(132,58,179); }
td.TdClassName
{
border-color: #843AB3;
}
.TagClassName
{
border-color: #843AB3;
}
</style>