#842187

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

Shades of Dark Purple #842187

Tints of Dark Purple #842187

Color information

#842187 (or 0x842187) is unknown color: approx Dark Purple. HEX triplet: 84, 21 and 87. RGB value is (132,33,135). Sum of RGB (Red+Green+Blue) = 132+33+135=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 33 (13.28% from 255 or 11% from 300); Blue value is 135 (53.12% from 255 or 45% from 300); Max value from RGB is 135 - color contains mainly: blue. Hex color #842187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842187 is #7BDE78. Grayscale: #494949. Windows color (decimal): -8117881 or 8855940. OLE color: 8855940.

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

Color convert

RGB13233135-
CMYK0.020.7600.47
HSL298.24º60.71%32.94%-
HSV(B)298.24º75.56%52.94%-
XYZ14.437.7423.66-
YUV74.23162.3169.21-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 33 (13.28% from 255) = 11%
BLUE value IS 135 (53.12% from 255) = 45%
R=44%
G=11%
B=45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132331350.020.7600.47298.2460.7132.94
Hex84218724C02F12a3d21
Octal2044120721140574527541
Binary10000100100001100001111010011000101111100101010111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842187; }

 p { color: rgb(132,33,135); }

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

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

 a { background-color: rgb(132,33,135); }

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

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

 span { border-color: rgb(132,33,135); }

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