#842CB4

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

Shades of Dark Orchid #842CB4

Tints of Dark Orchid #842CB4

Color information

#842CB4 (or 0x842CB4) is unknown color: approx Dark Orchid. HEX triplet: 84, 2C and B4. RGB value is (132,44,180). Sum of RGB (Red+Green+Blue) = 132+44+180=356 (47% of max value = 765). Red value is 132 (51.95% from 255 or 37.08% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 180 (70.70% from 255 or 50.56% from 356); Max value from RGB is 180 - color contains mainly: blue. Hex color #842CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CB4 is #7BD34B. Grayscale: #555555. Windows color (decimal): -8115020 or 11807876. OLE color: 11807876.

HSL color Cylindrical-coordinate representation of color #842CB4: hue angle of 278.82º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842CB4 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB13244180-
CMYK0.270.7600.29
HSL278.82º60.71%43.92%-
HSV(B)278.82º75.56%70.59%-
XYZ18.651044.13-
YUV85.82181.15160.94-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.08%
GREEN value IS 44 (17.58% from 255) = 12.36%
BLUE value IS 180 (70.70% from 255) = 50.56%
R=37.08%
G=12.36%
B=50.56%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132441800.270.7600.29278.8260.7143.92
Hex842CB41B4C01D1173d2c
Octal20454264331140354277554
Binary1000010010110010110100110111001100011101100010111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,44,180); }

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

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

 a { background-color: rgb(132,44,180); }

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

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

 span { border-color: rgb(132,44,180); }

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