#841685

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

Shades of Dark Purple #841685

Tints of Dark Purple #841685

Color information

#841685 (or 0x841685) is unknown color: approx Dark Purple. HEX triplet: 84, 16 and 85. RGB value is (132,22,133). Sum of RGB (Red+Green+Blue) = 132+22+133=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #841685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841685 is #7BE97A. Grayscale: #434343. Windows color (decimal): -8120699 or 8722052. OLE color: 8722052.

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

Color convert

RGB13222133-
CMYK0.010.8300.48
HSL299.46º71.61%30.39%-
HSV(B)299.46º83.46%52.16%-
XYZ14.047.1722.84-
YUV67.54164.94173.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 22 (8.98% from 255) = 7.67%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=45.99%
G=7.67%
B=46.34%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132221330.010.8300.48299.4671.6130.39
Hex84168515303012b481e
Octal20426205112306045311036
Binary100001001011010000101110100110110000100101011100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #841685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #841685; }

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

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

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

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

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

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

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

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