Shades of Dark Orchid #843FBD
Tints of Dark Orchid #843FBD
RGB
CMYK
RGB Variations
Color information
#843FBD (or 0x843FBD) is known color: Dark Orchid. HEX triplet: 84, 3F and BD. RGB value is (132,63,189). Sum of RGB (Red+Green+Blue) = 132+63+189=384 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.38% from 384); Green value is 63 (25% from 255 or 16.41% from 384); Blue value is 189 (74.22% from 255 or 49.22% from 384); Max value from RGB is 189 - color contains mainly: blue. Hex color #843FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843FBD is #7BC042. Grayscale: #616161. Windows color (decimal): -8110147 or 12402564. OLE color: 12402564.
HSL color Cylindrical-coordinate representation of color #843FBD: hue angle of 272.86º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #843FBD is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 132 | 63 | 189 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.26 |
| HSL | 272.86º | 0.5% | 0.49% | - |
| HSV(B) | 272.86º | 0.67% | 0.74% | - |
| XYZ | 20.48 | 12.13 | 49.41 | - |
| YUV | 98 | 179.36 | 152.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 189 | 0.30 | 0.67 | 0 | 0.26 | 272.86 | 0.5 | 0.49 |
| Hex | 84 | 3F | BD | 1E | 43 | 0 | 1A | 111 | 32 | 31 |
| Octal | 204 | 77 | 275 | 36 | 103 | 0 | 32 | 421 | 62 | 61 |
| Binary | 10000100 | 111111 | 10111101 | 11110 | 1000011 | 0 | 11010 | 100010001 | 110010 | 110001 |
Color Harmonies of #843FBD
Complementary color
Monochromatic Colors of #843FBD
Black with #843FBD
Text Example
Text Example
White with #843FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843FBD; }
p { color: rgb(132,63,189); }
H1.HeaderClassName
{
color: #843FBD;
}
.AnyTagClassName
{
color: #843FBD;
}
</style>
background-color css
<style>
a { background-color: #843FBD; }
a { background-color: rgb(132,63,189); }
div.DivClassName
{
background-color: #843FBD;
}
.BgClassName
{
background-color: #843FBD;
}
</style>
border-color css
<style>
span { border-color: #843FBD; }
span { border-color: rgb(132,63,189); }
td.TdClassName
{
border-color: #843FBD;
}
.TagClassName
{
border-color: #843FBD;
}
</style>