#842DB2

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

Shades of Dark Orchid #842DB2

Tints of Dark Orchid #842DB2

Color information

#842DB2 (or 0x842DB2) is unknown color: approx Dark Orchid. HEX triplet: 84, 2D and B2. RGB value is (132,45,178). Sum of RGB (Red+Green+Blue) = 132+45+178=355 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.18% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 178 (69.92% from 255 or 50.14% from 355); Max value from RGB is 178 - color contains mainly: blue. Hex color #842DB2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842DB2 is #7BD24D. Grayscale: #555555. Windows color (decimal): -8114766 or 11677060. OLE color: 11677060.

HSL color Cylindrical-coordinate representation of color #842DB2: hue angle of 279.25º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842DB2 is Cyan = 0.26, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB13245178-
CMYK0.260.7500.30
HSL279.25º59.64%43.73%-
HSV(B)279.25º74.72%69.8%-
XYZ18.491043.07-
YUV86.18179.82160.69-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.18%
GREEN value IS 45 (17.97% from 255) = 12.68%
BLUE value IS 178 (69.92% from 255) = 50.14%
R=37.18%
G=12.68%
B=50.14%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal132451780.260.7500.30279.2559.6443.73
Hex842DB21A4B01E1173c2c
Octal20455262321130364277454
Binary1000010010110110110010110101001011011110100010111111100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842DB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842DB2; }

 p { color: rgb(132,45,178); }

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

<style>
 a { background-color: #842DB2; }

 a { background-color: rgb(132,45,178); }

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

<style>
 span { border-color: #842DB2; }

 span { border-color: rgb(132,45,178); }

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