#840A6B

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

Shades of Dark Purple #840A6B

Tints of Dark Purple #840A6B

Color information

#840A6B (or 0x840A6B) is unknown color: approx Dark Purple. HEX triplet: 84, 0A and 6B. RGB value is (132,10,107). Sum of RGB (Red+Green+Blue) = 132+10+107=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 107 (42.19% from 255 or 42.97% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #840A6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840A6B is #7BF594. Grayscale: #393939. Windows color (decimal): -8123797 or 7015044. OLE color: 7015044.

HSL color Cylindrical-coordinate representation of color #840A6B: hue angle of 312.3º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #840A6B is Cyan = 0, Magento = 0.92, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13210107-
CMYK00.920.190.48
HSL312.3º85.92%27.84%-
HSV(B)312.3º92.42%51.76%-
XYZ12.286.1814.46-
YUV57.54155.92181.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 10 (4.30% from 255) = 4.02%
BLUE value IS 107 (42.19% from 255) = 42.97%
R=53.01%
G=4.02%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321010700.920.190.48312.385.9227.84
Hex84A6B05C1330138561c
Octal204121530134236047012634
Binary10000100101011010110101110010011110000100111000101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840A6B; }

 p { color: rgb(132,10,107); }

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

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

 a { background-color: rgb(132,10,107); }

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

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

 span { border-color: rgb(132,10,107); }

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