Shades of Dark Orchid #843FCB
Tints of Dark Orchid #843FCB
RGB
CMYK
RGB Variations
Color information
#843FCB (or 0x843FCB) is known color: Dark Orchid. HEX triplet: 84, 3F and CB. RGB value is (132,63,203). Sum of RGB (Red+Green+Blue) = 132+63+203=398 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.17% from 398); Green value is 63 (25% from 255 or 15.83% from 398); Blue value is 203 (79.69% from 255 or 51.01% from 398); Max value from RGB is 203 - color contains mainly: blue. Hex color #843FCB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843FCB is #7BC034. Grayscale: #636363. Windows color (decimal): -8110133 or 13320068. OLE color: 13320068.
HSL color Cylindrical-coordinate representation of color #843FCB: hue angle of 269.57º degrees, saturation: 0.57, 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 #843FCB is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 63 | 203 | - |
| CMYK | 0.35 | 0.69 | 0 | 0.20 |
| HSL | 269.57º | 0.57% | 0.52% | - |
| HSV(B) | 269.57º | 0.69% | 0.8% | - |
| XYZ | 22.07 | 12.77 | 57.8 | - |
| YUV | 99.59 | 186.36 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 63 | 203 | 0.35 | 0.69 | 0 | 0.20 | 269.57 | 0.57 | 0.52 |
| Hex | 84 | 3F | CB | 23 | 45 | 0 | 14 | 10E | 39 | 34 |
| Octal | 204 | 77 | 313 | 43 | 105 | 0 | 24 | 416 | 71 | 64 |
| Binary | 10000100 | 111111 | 11001011 | 100011 | 1000101 | 0 | 10100 | 100001110 | 111001 | 110100 |
Color Harmonies of #843FCB
Complementary color
Monochromatic Colors of #843FCB
Black with #843FCB
Text Example
Text Example
White with #843FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843FCB; }
p { color: rgb(132,63,203); }
H1.HeaderClassName
{
color: #843FCB;
}
.AnyTagClassName
{
color: #843FCB;
}
</style>
background-color css
<style>
a { background-color: #843FCB; }
a { background-color: rgb(132,63,203); }
div.DivClassName
{
background-color: #843FCB;
}
.BgClassName
{
background-color: #843FCB;
}
</style>
border-color css
<style>
span { border-color: #843FCB; }
span { border-color: rgb(132,63,203); }
td.TdClassName
{
border-color: #843FCB;
}
.TagClassName
{
border-color: #843FCB;
}
</style>