#841C89

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

Shades of Dark Purple #841C89

Tints of Dark Purple #841C89

Color information

#841C89 (or 0x841C89) is unknown color: approx Dark Purple. HEX triplet: 84, 1C and 89. RGB value is (132,28,137). Sum of RGB (Red+Green+Blue) = 132+28+137=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 28 (11.33% from 255 or 9.43% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #841C89 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841C89 is #7BE376. Grayscale: #474747. Windows color (decimal): -8119159 or 8985732. OLE color: 8985732.

HSL color Cylindrical-coordinate representation of color #841C89: hue angle of 297.25º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841C89 is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13228137-
CMYK0.040.8000.46
HSL297.25º66.06%32.35%-
HSV(B)297.25º79.56%53.73%-
XYZ14.457.5424.36-
YUV71.52164.96171.14-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 28 (11.33% from 255) = 9.43%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=44.44%
G=9.43%
B=46.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132281370.040.8000.46297.2566.0632.35
Hex841C8945002E1294220
Octal20434211412005645110240
Binary100001001110010001001100101000001011101001010011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841C89; }

 p { color: rgb(132,28,137); }

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

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

 a { background-color: rgb(132,28,137); }

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

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

 span { border-color: rgb(132,28,137); }

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