#841C8C

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

Shades of Dark Purple #841C8C

Tints of Dark Purple #841C8C

Color information

#841C8C (or 0x841C8C) is unknown color: approx Dark Purple. HEX triplet: 84, 1C and 8C. RGB value is (132,28,140). Sum of RGB (Red+Green+Blue) = 132+28+140=300 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 140 (55.08% from 255 or 46.67% from 300); Max value from RGB is 140 - color contains mainly: blue. Hex color #841C8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #841C8C is #7BE373. Grayscale: #474747. Windows color (decimal): -8119156 or 9182340. OLE color: 9182340.

HSL color Cylindrical-coordinate representation of color #841C8C: hue angle of 295.71º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #841C8C is Cyan = 0.06, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13228140-
CMYK0.060.8000.45
HSL295.71º66.67%32.94%-
HSV(B)295.71º80%54.9%-
XYZ14.667.6325.51-
YUV71.86166.46170.89-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44%
GREEN value IS 28 (11.33% from 255) = 9.33%
BLUE value IS 140 (55.08% from 255) = 46.67%
R=44%
G=9.33%
B=46.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132281400.060.8000.45295.7166.6732.94
Hex841C8C65002D1284321
Octal20434214612005545010341
Binary100001001110010001100110101000001011011001010001000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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