Shades of Dark Orchid #843FCC
Tints of Dark Orchid #843FCC
RGB
CMYK
RGB Variations
Color information
#843FCC (or 0x843FCC) is known color: Dark Orchid. HEX triplet: 84, 3F and CC. RGB value is (132,63,204). Sum of RGB (Red+Green+Blue) = 132+63+204=399 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.08% from 399); Green value is 63 (25% from 255 or 15.79% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #843FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843FCC is #7BC033. Grayscale: #636363. Windows color (decimal): -8110132 or 13385604. OLE color: 13385604.
HSL color Cylindrical-coordinate representation of color #843FCC: hue angle of 269.36º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #843FCC is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 63 | 204 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.2 |
| HSL | 269.36º | 0.58% | 0.52% | - |
| HSV(B) | 269.36º | 0.69% | 0.8% | - |
| XYZ | 22.19 | 12.82 | 58.43 | - |
| YUV | 99.71 | 186.86 | 151.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 204 | 0.35 | 0.69 | 0 | 0.2 | 269.36 | 0.58 | 0.52 |
| Hex | 84 | 3F | CC | 23 | 45 | 0 | 14 | 10D | 3A | 34 |
| Octal | 204 | 77 | 314 | 43 | 105 | 0 | 24 | 415 | 72 | 64 |
| Binary | 10000100 | 111111 | 11001100 | 100011 | 1000101 | 0 | 10100 | 100001101 | 111010 | 110100 |
Color Harmonies of #843FCC
Complementary color
Monochromatic Colors of #843FCC
Black with #843FCC
Text Example
Text Example
White with #843FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843FCC; }
p { color: rgb(132,63,204); }
H1.HeaderClassName
{
color: #843FCC;
}
.AnyTagClassName
{
color: #843FCC;
}
</style>
background-color css
<style>
a { background-color: #843FCC; }
a { background-color: rgb(132,63,204); }
div.DivClassName
{
background-color: #843FCC;
}
.BgClassName
{
background-color: #843FCC;
}
</style>
border-color css
<style>
span { border-color: #843FCC; }
span { border-color: rgb(132,63,204); }
td.TdClassName
{
border-color: #843FCC;
}
.TagClassName
{
border-color: #843FCC;
}
</style>