#842CB8

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

Shades of Dark Orchid #842CB8

Tints of Dark Orchid #842CB8

Color information

#842CB8 (or 0x842CB8) is unknown color: approx Dark Orchid. HEX triplet: 84, 2C and B8. RGB value is (132,44,184). Sum of RGB (Red+Green+Blue) = 132+44+184=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 44 (17.58% from 255 or 12.22% from 360); Blue value is 184 (72.27% from 255 or 51.11% from 360); Max value from RGB is 184 - color contains mainly: blue. Hex color #842CB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842CB8 is #7BD347. Grayscale: #555555. Windows color (decimal): -8115016 or 12070020. OLE color: 12070020.

HSL color Cylindrical-coordinate representation of color #842CB8: hue angle of 277.71º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842CB8 is Cyan = 0.28, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB13244184-
CMYK0.280.7600.28
HSL277.71º61.4%44.71%-
HSV(B)277.71º76.09%72.16%-
XYZ19.0710.1746.3-
YUV86.27183.15160.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 44 (17.58% from 255) = 12.22%
BLUE value IS 184 (72.27% from 255) = 51.11%
R=36.67%
G=12.22%
B=51.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal132441840.280.7600.28277.7161.444.71
Hex842CB81C4C01C1163d2d
Octal20454270341140344267555
Binary1000010010110010111000111001001100011100100010110111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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