#842FB9

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

Shades of Dark Orchid #842FB9

Tints of Dark Orchid #842FB9

Color information

#842FB9 (or 0x842FB9) is unknown color: approx Dark Orchid. HEX triplet: 84, 2F and B9. RGB value is (132,47,185). Sum of RGB (Red+Green+Blue) = 132+47+185=364 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.26% from 364); Green value is 47 (18.75% from 255 or 12.91% from 364); Blue value is 185 (72.66% from 255 or 50.82% from 364); Max value from RGB is 185 - color contains mainly: blue. Hex color #842FB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #842FB9 is #7BD046. Grayscale: #575757. Windows color (decimal): -8114247 or 12136324. OLE color: 12136324.

HSL color Cylindrical-coordinate representation of color #842FB9: hue angle of 276.96º degrees, saturation: 0.59, 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 #842FB9 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB13247185-
CMYK0.290.7500.27
HSL276.96º59.48%45.49%-
HSV(B)276.96º74.59%72.55%-
XYZ19.2910.4446.9-
YUV88.15182.66159.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.26%
GREEN value IS 47 (18.75% from 255) = 12.91%
BLUE value IS 185 (72.66% from 255) = 50.82%
R=36.26%
G=12.91%
B=50.82%

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
Decimal132471850.290.7500.27276.9659.4845.49
Hex842FB91D4B01B1153b2d
Octal20457271351130334257355
Binary1000010010111110111001111011001011011011100010101111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,47,185); }

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

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

 a { background-color: rgb(132,47,185); }

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

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

 span { border-color: rgb(132,47,185); }

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