#842DB1

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

Shades of Dark Orchid #842DB1

Tints of Dark Orchid #842DB1

Color information

#842DB1 (or 0x842DB1) is unknown color: approx Dark Orchid. HEX triplet: 84, 2D and B1. RGB value is (132,45,177). Sum of RGB (Red+Green+Blue) = 132+45+177=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 45 (17.97% from 255 or 12.71% from 354); Blue value is 177 (69.53% from 255 or 50% from 354); Max value from RGB is 177 - color contains mainly: blue. Hex color #842DB1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842DB1 is #7BD24E. Grayscale: #555555. Windows color (decimal): -8114767 or 11611524. OLE color: 11611524.

HSL color Cylindrical-coordinate representation of color #842DB1: hue angle of 279.55º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842DB1 is Cyan = 0.25, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB13245177-
CMYK0.250.7500.31
HSL279.55º59.46%43.53%-
HSV(B)279.55º74.58%69.41%-
XYZ18.399.9642.55-
YUV86.06179.32160.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 45 (17.97% from 255) = 12.71%
BLUE value IS 177 (69.53% from 255) = 50%
R=37.29%
G=12.71%
B=50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal132451770.250.7500.31279.5559.4643.53
Hex842DB1194B01F1183b2c
Octal20455261311130374307354
Binary1000010010110110110001110011001011011111100011000111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842DB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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