#840E67

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

Shades of Dark Purple #840E67

Tints of Dark Purple #840E67

Color information

#840E67 (or 0x840E67) is unknown color: approx Dark Purple. HEX triplet: 84, 0E and 67. RGB value is (132,14,103). Sum of RGB (Red+Green+Blue) = 132+14+103=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 14 (5.86% from 255 or 5.62% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #840E67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E67 is #7BF198. Grayscale: #3B3B3B. Windows color (decimal): -8122777 or 6753924. OLE color: 6753924.

HSL color Cylindrical-coordinate representation of color #840E67: hue angle of 314.75º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #840E67 is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB13214103-
CMYK00.890.220.48
HSL314.75º80.82%28.63%-
HSV(B)314.75º89.39%51.76%-
XYZ12.126.213.39-
YUV59.43152.59179.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 14 (5.86% from 255) = 5.62%
BLUE value IS 103 (40.62% from 255) = 41.37%
R=53.01%
G=5.62%
B=41.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321410300.890.220.48314.7580.8228.63
Hex84E67059163013b511d
Octal204161470131266047312135
Binary10000100111011001110101100110110110000100111011101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,14,103); }

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

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

 a { background-color: rgb(132,14,103); }

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

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

 span { border-color: rgb(132,14,103); }

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