#84186C

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

Shades of Dark Purple #84186C

Tints of Dark Purple #84186C

Color information

#84186C (or 0x84186C) is unknown color: approx Dark Purple. HEX triplet: 84, 18 and 6C. RGB value is (132,24,108). Sum of RGB (Red+Green+Blue) = 132+24+108=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 108 (42.58% from 255 or 40.91% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84186C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84186C is #7BE793. Grayscale: #414141. Windows color (decimal): -8120212 or 7084164. OLE color: 7084164.

HSL color Cylindrical-coordinate representation of color #84186C: hue angle of 313.33º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #84186C is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13224108-
CMYK00.820.180.48
HSL313.33º69.23%30.59%-
HSV(B)313.33º81.82%51.76%-
XYZ12.556.6414.81-
YUV65.87151.78175.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 24 (9.77% from 255) = 9.09%
BLUE value IS 108 (42.58% from 255) = 40.91%
R=50%
G=9.09%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322410800.820.180.48313.3369.2330.59
Hex84186C0521230139451f
Octal204301540122226047110537
Binary100001001100011011000101001010010110000100111001100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84186C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84186C; }

 p { color: rgb(132,24,108); }

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

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

 a { background-color: rgb(132,24,108); }

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

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

 span { border-color: rgb(132,24,108); }

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