#842AB4

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

Shades of Dark Orchid #842AB4

Tints of Dark Orchid #842AB4

Color information

#842AB4 (or 0x842AB4) is unknown color: approx Dark Orchid. HEX triplet: 84, 2A and B4. RGB value is (132,42,180). Sum of RGB (Red+Green+Blue) = 132+42+180=354 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.29% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 180 (70.70% from 255 or 50.85% from 354); Max value from RGB is 180 - color contains mainly: blue. Hex color #842AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842AB4 is #7BD54B. Grayscale: #545454. Windows color (decimal): -8115532 or 11807364. OLE color: 11807364.

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

Color convert

RGB13242180-
CMYK0.270.7700.29
HSL279.13º62.16%43.53%-
HSV(B)279.13º76.67%70.59%-
XYZ18.589.8644.1-
YUV84.64181.82161.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.29%
GREEN value IS 42 (16.80% from 255) = 11.86%
BLUE value IS 180 (70.70% from 255) = 50.85%
R=37.29%
G=11.86%
B=50.85%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal132421800.270.7700.29279.1362.1643.53
Hex842AB41B4D01D1173e2c
Octal20452264331150354277654
Binary1000010010101010110100110111001101011101100010111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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