#843EC4

Color #843EC4 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #843EC4

Tints of Dark Orchid #843EC4

Color information

#843EC4 (or 0x843EC4) is unknown color: approx Dark Orchid. HEX triplet: 84, 3E and C4. RGB value is (132,62,196). Sum of RGB (Red+Green+Blue) = 132+62+196=390 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.85% from 390); Green value is 62 (24.61% from 255 or 15.90% from 390); Blue value is 196 (76.95% from 255 or 50.26% from 390); Max value from RGB is 196 - color contains mainly: blue. Hex color #843EC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843EC4 is #7BC13B. Grayscale: #616161. Windows color (decimal): -8110396 or 12861060. OLE color: 12861060.

HSL color Cylindrical-coordinate representation of color #843EC4: hue angle of 271.34º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #843EC4 is Cyan = 0.33, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB13262196-
CMYK0.330.6800.23
HSL271.34º53.17%50.59%-
HSV(B)271.34º68.37%76.86%-
XYZ21.212.3453.49-
YUV98.21183.19152.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 132 (51.95% from 255) = 33.85%
GREEN value IS 62 (24.61% from 255) = 15.90%
BLUE value IS 196 (76.95% from 255) = 50.26%
R=33.85%
G=15.90%
B=50.26%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal132621960.330.6800.23271.3453.1750.59
Hex843EC4214401710f3533
Octal20476304411040274176563
Binary10000100111110110001001000011000100010111100001111110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #843EC4; }

 p { color: rgb(132,62,196); }

 H1.HeaderClassName
 {
   color: #843EC4;
 }
 .AnyTagClassName
 {
   color: #843EC4;
 }
</style>
background-color css

<style>
 a { background-color: #843EC4; }

 a { background-color: rgb(132,62,196); }

 div.DivClassName
 {
   background-color: #843EC4;
 }
 .BgClassName
 {
   background-color: #843EC4;
 }
</style>
border-color css

<style>
 span { border-color: #843EC4; }

 span { border-color: rgb(132,62,196); }

 td.TdClassName
 {
   border-color: #843EC4;
 }
 .TagClassName
 {
   border-color: #843EC4;
 }
</style>