Shades of Dark Orchid #843CCC
Tints of Dark Orchid #843CCC
RGB
CMYK
RGB Variations
Color information
#843CCC (or 0x843CCC) is known color: Dark Orchid. HEX triplet: 84, 3C and CC. RGB value is (132,60,204). Sum of RGB (Red+Green+Blue) = 132+60+204=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 60 (23.83% from 255 or 15.15% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #843CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843CCC is #7BC333. Grayscale: #616161. Windows color (decimal): -8110900 or 13384836. OLE color: 13384836.
HSL color Cylindrical-coordinate representation of color #843CCC: hue angle of 270º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #843CCC is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 132 | 60 | 204 | - |
| CMYK | 0.35 | 0.71 | 0 | 0.2 |
| HSL | 270º | 0.59% | 0.52% | - |
| HSV(B) | 270º | 0.71% | 0.8% | - |
| XYZ | 22.03 | 12.5 | 58.38 | - |
| YUV | 97.94 | 187.85 | 152.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 204 | 0.35 | 0.71 | 0 | 0.2 | 270 | 0.59 | 0.52 |
| Hex | 84 | 3C | CC | 23 | 47 | 0 | 14 | 10E | 3B | 34 |
| Octal | 204 | 74 | 314 | 43 | 107 | 0 | 24 | 416 | 73 | 64 |
| Binary | 10000100 | 111100 | 11001100 | 100011 | 1000111 | 0 | 10100 | 100001110 | 111011 | 110100 |
Color Harmonies of #843CCC
Complementary color
Monochromatic Colors of #843CCC
Black with #843CCC
Text Example
Text Example
White with #843CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843CCC; }
p { color: rgb(132,60,204); }
H1.HeaderClassName
{
color: #843CCC;
}
.AnyTagClassName
{
color: #843CCC;
}
</style>
background-color css
<style>
a { background-color: #843CCC; }
a { background-color: rgb(132,60,204); }
div.DivClassName
{
background-color: #843CCC;
}
.BgClassName
{
background-color: #843CCC;
}
</style>
border-color css
<style>
span { border-color: #843CCC; }
span { border-color: rgb(132,60,204); }
td.TdClassName
{
border-color: #843CCC;
}
.TagClassName
{
border-color: #843CCC;
}
</style>