Shades of Studio #843DB1
Tints of Studio #843DB1
RGB
CMYK
RGB Variations
Color information
#843DB1 (or 0x843DB1) is known color: Studio. HEX triplet: 84, 3D and B1. RGB value is (132,61,177). Sum of RGB (Red+Green+Blue) = 132+61+177=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 61 (24.22% from 255 or 16.49% from 370); Blue value is 177 (69.53% from 255 or 47.84% from 370); Max value from RGB is 177 - color contains mainly: blue. Hex color #843DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #843DB1 is #7BC24E. Grayscale: #5F5F5F. Windows color (decimal): -8110671 or 11615620. OLE color: 11615620.
HSL color Cylindrical-coordinate representation of color #843DB1: hue angle of 276.72º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #843DB1 is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 132 | 61 | 177 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.31 |
| HSL | 276.72º | 0.49% | 0.47% | - |
| HSV(B) | 276.72º | 0.66% | 0.69% | - |
| XYZ | 19.12 | 11.42 | 42.79 | - |
| YUV | 95.45 | 174.02 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 177 | 0.25 | 0.66 | 0 | 0.31 | 276.72 | 0.49 | 0.47 |
| Hex | 84 | 3D | B1 | 19 | 42 | 0 | 1F | 115 | 31 | 2F |
| Octal | 204 | 75 | 261 | 31 | 102 | 0 | 37 | 425 | 61 | 57 |
| Binary | 10000100 | 111101 | 10110001 | 11001 | 1000010 | 0 | 11111 | 100010101 | 110001 | 101111 |
Color Harmonies of #843DB1
Complementary color
Monochromatic Colors of #843DB1
Black with #843DB1
Text Example
Text Example
White with #843DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843DB1; }
p { color: rgb(132,61,177); }
H1.HeaderClassName
{
color: #843DB1;
}
.AnyTagClassName
{
color: #843DB1;
}
</style>
background-color css
<style>
a { background-color: #843DB1; }
a { background-color: rgb(132,61,177); }
div.DivClassName
{
background-color: #843DB1;
}
.BgClassName
{
background-color: #843DB1;
}
</style>
border-color css
<style>
span { border-color: #843DB1; }
span { border-color: rgb(132,61,177); }
td.TdClassName
{
border-color: #843DB1;
}
.TagClassName
{
border-color: #843DB1;
}
</style>