#843ECA

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

Shades of Dark Orchid #843ECA

Tints of Dark Orchid #843ECA

Color information

#843ECA (or 0x843ECA) is unknown color: approx Dark Orchid. HEX triplet: 84, 3E and CA. RGB value is (132,62,202). Sum of RGB (Red+Green+Blue) = 132+62+202=396 (52% of max value = 765). Red value is 132 (51.95% from 255 or 33.33% from 396); Green value is 62 (24.61% from 255 or 15.66% from 396); Blue value is 202 (79.30% from 255 or 51.01% from 396); Max value from RGB is 202 - color contains mainly: blue. Hex color #843ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #843ECA is #7BC135. Grayscale: #626262. Windows color (decimal): -8110390 or 13254276. OLE color: 13254276.

HSL color Cylindrical-coordinate representation of color #843ECA: hue angle of 270º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #843ECA is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB13262202-
CMYK0.350.6900.21
HSL270º56.91%51.76%-
HSV(B)270º69.31%79.22%-
XYZ21.912.6257.16-
YUV98.89186.19151.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 33.33%
GREEN value IS 62 (24.61% from 255) = 15.66%
BLUE value IS 202 (79.30% from 255) = 51.01%
R=33.33%
G=15.66%
B=51.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal132622020.350.6900.2127056.9151.76
Hex843ECA234501510e3934
Octal20476312431050254167164
Binary10000100111110110010101000111000101010101100001110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #843ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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