#842686

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

Shades of Dark Purple #842686

Tints of Dark Purple #842686

Color information

#842686 (or 0x842686) is unknown color: approx Dark Purple. HEX triplet: 84, 26 and 86. RGB value is (132,38,134). Sum of RGB (Red+Green+Blue) = 132+38+134=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 38 (15.23% from 255 or 12.5% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #842686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842686 is #7BD979. Grayscale: #4C4C4C. Windows color (decimal): -8116602 or 8791684. OLE color: 8791684.

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

Color convert

RGB13238134-
CMYK0.010.7200.47
HSL298.75º55.81%33.73%-
HSV(B)298.75º71.64%52.55%-
XYZ14.518.0123.34-
YUV77.05160.14167.19-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 38 (15.23% from 255) = 12.5%
BLUE value IS 134 (52.73% from 255) = 44.08%
R=43.42%
G=12.5%
B=44.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132381340.010.7200.47298.7555.8133.73
Hex84268614802F12b3822
Octal2044620611100574537042
Binary1000010010011010000110110010000101111100101011111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842686; }

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

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

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

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

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

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

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

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