Shades of Dark Orchid #843DB8
Tints of Dark Orchid #843DB8
RGB
CMYK
RGB Variations
Color information
#843DB8 (or 0x843DB8) is known color: Dark Orchid. HEX triplet: 84, 3D and B8. RGB value is (132,61,184). Sum of RGB (Red+Green+Blue) = 132+61+184=377 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.01% from 377); Green value is 61 (24.22% from 255 or 16.18% from 377); Blue value is 184 (72.27% from 255 or 48.81% from 377); Max value from RGB is 184 - color contains mainly: blue. Hex color #843DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843DB8 is #7BC247. Grayscale: #5F5F5F. Windows color (decimal): -8110664 or 12074372. OLE color: 12074372.
HSL color Cylindrical-coordinate representation of color #843DB8: hue angle of 274.63º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #843DB8 is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 132 | 61 | 184 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.28 |
| HSL | 274.63º | 0.5% | 0.48% | - |
| HSV(B) | 274.63º | 0.67% | 0.72% | - |
| XYZ | 19.84 | 11.7 | 46.56 | - |
| YUV | 96.25 | 177.52 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 61 | 184 | 0.28 | 0.67 | 0 | 0.28 | 274.63 | 0.5 | 0.48 |
| Hex | 84 | 3D | B8 | 1C | 43 | 0 | 1C | 113 | 32 | 30 |
| Octal | 204 | 75 | 270 | 34 | 103 | 0 | 34 | 423 | 62 | 60 |
| Binary | 10000100 | 111101 | 10111000 | 11100 | 1000011 | 0 | 11100 | 100010011 | 110010 | 110000 |
Color Harmonies of #843DB8
Complementary color
Monochromatic Colors of #843DB8
Black with #843DB8
Text Example
Text Example
White with #843DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843DB8; }
p { color: rgb(132,61,184); }
H1.HeaderClassName
{
color: #843DB8;
}
.AnyTagClassName
{
color: #843DB8;
}
</style>
background-color css
<style>
a { background-color: #843DB8; }
a { background-color: rgb(132,61,184); }
div.DivClassName
{
background-color: #843DB8;
}
.BgClassName
{
background-color: #843DB8;
}
</style>
border-color css
<style>
span { border-color: #843DB8; }
span { border-color: rgb(132,61,184); }
td.TdClassName
{
border-color: #843DB8;
}
.TagClassName
{
border-color: #843DB8;
}
</style>