#842386

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

Shades of Dark Purple #842386

Tints of Dark Purple #842386

Color information

#842386 (or 0x842386) is unknown color: approx Dark Purple. HEX triplet: 84, 23 and 86. RGB value is (132,35,134). Sum of RGB (Red+Green+Blue) = 132+35+134=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 35 (14.06% from 255 or 11.63% from 301); Blue value is 134 (52.73% from 255 or 44.52% from 301); Max value from RGB is 134 - color contains mainly: blue. Hex color #842386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842386 is #7BDC79. Grayscale: #4A4A4A. Windows color (decimal): -8117370 or 8790916. OLE color: 8790916.

HSL color Cylindrical-coordinate representation of color #842386: hue angle of 298.79º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842386 is Cyan = 0.01, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13235134-
CMYK0.010.7400.47
HSL298.79º58.58%33.14%-
HSV(B)298.79º73.88%52.55%-
XYZ14.427.8323.31-
YUV75.29161.14168.45-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 35 (14.06% from 255) = 11.63%
BLUE value IS 134 (52.73% from 255) = 44.52%
R=43.85%
G=11.63%
B=44.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132351340.010.7400.47298.7958.5833.14
Hex84238614A02F12b3b21
Octal2044320611120574537341
Binary1000010010001110000110110010100101111100101011111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842386; }

 p { color: rgb(132,35,134); }

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

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

 a { background-color: rgb(132,35,134); }

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

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

 span { border-color: rgb(132,35,134); }

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