#84146C

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

Shades of Dark Purple #84146C

Tints of Dark Purple #84146C

Color information

#84146C (or 0x84146C) is unknown color: approx Dark Purple. HEX triplet: 84, 14 and 6C. RGB value is (132,20,108). Sum of RGB (Red+Green+Blue) = 132+20+108=260 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.77% from 260); Green value is 20 (8.20% from 255 or 7.69% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 132 - color contains mainly: red. Hex color #84146C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84146C is #7BEB93. Grayscale: #3F3F3F. Windows color (decimal): -8121236 or 7083140. OLE color: 7083140.

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

Color convert

RGB13220108-
CMYK00.850.180.48
HSL312.86º73.68%29.8%-
HSV(B)312.86º84.85%51.76%-
XYZ12.476.4914.78-
YUV63.52153.11176.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.77%
GREEN value IS 20 (8.20% from 255) = 7.69%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=50.77%
G=7.69%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322010800.850.180.48312.8673.6829.8
Hex84146C05512301394a1e
Octal204241540125226047111236
Binary100001001010011011000101010110010110000100111001100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84146C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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