#842EBA

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

Shades of Dark Orchid #842EBA

Tints of Dark Orchid #842EBA

Color information

#842EBA (or 0x842EBA) is unknown color: approx Dark Orchid. HEX triplet: 84, 2E and BA. RGB value is (132,46,186). Sum of RGB (Red+Green+Blue) = 132+46+186=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 46 (18.36% from 255 or 12.64% from 364); Blue value is 186 (73.05% from 255 or 51.10% from 364); Max value from RGB is 186 - color contains mainly: blue. Hex color #842EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842EBA is #7BD145. Grayscale: #575757. Windows color (decimal): -8114502 or 12201604. OLE color: 12201604.

HSL color Cylindrical-coordinate representation of color #842EBA: hue angle of 276.86º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842EBA is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13246186-
CMYK0.290.7500.27
HSL276.86º60.34%45.49%-
HSV(B)276.86º75.27%72.94%-
XYZ19.3610.447.44-
YUV87.67183.49159.62-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 46 (18.36% from 255) = 12.64%
BLUE value IS 186 (73.05% from 255) = 51.10%
R=36.26%
G=12.64%
B=51.10%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal132461860.290.7500.27276.8660.3445.49
Hex842EBA1D4B01B1153c2d
Octal20456272351130334257455
Binary1000010010111010111010111011001011011011100010101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,46,186); }

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

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

 a { background-color: rgb(132,46,186); }

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

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

 span { border-color: rgb(132,46,186); }

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