Shades of Dark Orchid #843DCB
Tints of Dark Orchid #843DCB
RGB
CMYK
RGB Variations
Color information
#843DCB (or 0x843DCB) is known color: Dark Orchid. HEX triplet: 84, 3D and CB. RGB value is (132,61,203). Sum of RGB (Red+Green+Blue) = 132+61+203=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 61 (24.22% from 255 or 15.40% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #843DCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843DCB is #7BC234. Grayscale: #616161. Windows color (decimal): -8110645 or 13319556. OLE color: 13319556.
HSL color Cylindrical-coordinate representation of color #843DCB: hue angle of 270º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #843DCB is Cyan = 0.35, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 61 | 203 | - |
| CMYK | 0.35 | 0.70 | 0 | 0.20 |
| HSL | 270º | 0.58% | 0.52% | - |
| HSV(B) | 270º | 0.7% | 0.8% | - |
| XYZ | 21.96 | 12.55 | 57.77 | - |
| YUV | 98.42 | 187.02 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 203 | 0.35 | 0.70 | 0 | 0.20 | 270 | 0.58 | 0.52 |
| Hex | 84 | 3D | CB | 23 | 46 | 0 | 14 | 10E | 3A | 34 |
| Octal | 204 | 75 | 313 | 43 | 106 | 0 | 24 | 416 | 72 | 64 |
| Binary | 10000100 | 111101 | 11001011 | 100011 | 1000110 | 0 | 10100 | 100001110 | 111010 | 110100 |
Color Harmonies of #843DCB
Complementary color
Monochromatic Colors of #843DCB
Black with #843DCB
Text Example
Text Example
White with #843DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843DCB; }
p { color: rgb(132,61,203); }
H1.HeaderClassName
{
color: #843DCB;
}
.AnyTagClassName
{
color: #843DCB;
}
</style>
background-color css
<style>
a { background-color: #843DCB; }
a { background-color: rgb(132,61,203); }
div.DivClassName
{
background-color: #843DCB;
}
.BgClassName
{
background-color: #843DCB;
}
</style>
border-color css
<style>
span { border-color: #843DCB; }
span { border-color: rgb(132,61,203); }
td.TdClassName
{
border-color: #843DCB;
}
.TagClassName
{
border-color: #843DCB;
}
</style>