Shades of Dark Orchid #842FCB
Tints of Dark Orchid #842FCB
RGB
CMYK
RGB Variations
Color information
#842FCB (or 0x842FCB) is known color: Dark Orchid. HEX triplet: 84, 2F and CB. RGB value is (132,47,203). Sum of RGB (Red+Green+Blue) = 132+47+203=382 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.55% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 203 (79.69% from 255 or 53.14% from 382); Max value from RGB is 203 - color contains mainly: blue. Hex color #842FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842FCB is #7BD034. Grayscale: #595959. Windows color (decimal): -8114229 or 13315972. OLE color: 13315972.
HSL color Cylindrical-coordinate representation of color #842FCB: hue angle of 272.69º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #842FCB is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 47 | 203 | - |
| CMYK | 0.35 | 0.77 | 0 | 0.20 |
| HSL | 272.69º | 0.62% | 0.49% | - |
| HSV(B) | 272.69º | 0.77% | 0.8% | - |
| XYZ | 21.31 | 11.25 | 57.55 | - |
| YUV | 90.2 | 191.66 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 203 | 0.35 | 0.77 | 0 | 0.20 | 272.69 | 0.62 | 0.49 |
| Hex | 84 | 2F | CB | 23 | 4D | 0 | 14 | 111 | 3E | 31 |
| Octal | 204 | 57 | 313 | 43 | 115 | 0 | 24 | 421 | 76 | 61 |
| Binary | 10000100 | 101111 | 11001011 | 100011 | 1001101 | 0 | 10100 | 100010001 | 111110 | 110001 |
Color Harmonies of #842FCB
Complementary color
Monochromatic Colors of #842FCB
Black with #842FCB
Text Example
Text Example
White with #842FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842FCB; }
p { color: rgb(132,47,203); }
H1.HeaderClassName
{
color: #842FCB;
}
.AnyTagClassName
{
color: #842FCB;
}
</style>
background-color css
<style>
a { background-color: #842FCB; }
a { background-color: rgb(132,47,203); }
div.DivClassName
{
background-color: #842FCB;
}
.BgClassName
{
background-color: #842FCB;
}
</style>
border-color css
<style>
span { border-color: #842FCB; }
span { border-color: rgb(132,47,203); }
td.TdClassName
{
border-color: #842FCB;
}
.TagClassName
{
border-color: #842FCB;
}
</style>