#842685

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

Shades of Dark Purple #842685

Tints of Dark Purple #842685

Color information

#842685 (or 0x842685) is unknown color: approx Dark Purple. HEX triplet: 84, 26 and 85. RGB value is (132,38,133). Sum of RGB (Red+Green+Blue) = 132+38+133=303 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.56% from 303); Green value is 38 (15.23% from 255 or 12.54% from 303); Blue value is 133 (52.34% from 255 or 43.89% from 303); Max value from RGB is 133 - color contains mainly: blue. Hex color #842685 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842685 is #7BD97A. Grayscale: #4C4C4C. Windows color (decimal): -8116603 or 8726148. OLE color: 8726148.

HSL color Cylindrical-coordinate representation of color #842685: hue angle of 299.37º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #842685 is Cyan = 0.01, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13238133-
CMYK0.010.7100.48
HSL299.37º55.56%33.53%-
HSV(B)299.37º71.43%52.16%-
XYZ14.447.9922.97-
YUV76.94159.64167.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.56%
GREEN value IS 38 (15.23% from 255) = 12.54%
BLUE value IS 133 (52.34% from 255) = 43.89%
R=43.56%
G=12.54%
B=43.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132381330.010.7100.48299.3755.5633.53
Hex84268514703012b3822
Octal2044620511070604537042
Binary1000010010011010000101110001110110000100101011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842685; }

 p { color: rgb(132,38,133); }

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

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

 a { background-color: rgb(132,38,133); }

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

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

 span { border-color: rgb(132,38,133); }

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