Html Css Color HEX #840E68 Dark Purple

📋 copy color: '#840E68'

red 132 ◦ green 14 ◦ blue 104

#840E68
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Purple #840E68

Tints of Dark Purple #840E68

RGB

 RED value IS 132 (51.95% from 255) = 52.8%

 GREEN value IS 14 (5.86% from 255) = 5.6%

 BLUE value IS 104 (41.02% from 255) = 41.6%

R = 52.8%
G = 5.6%
B = 41.6%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#840E68 (or 0x840E68) is known color: Dark Purple. HEX triplet: 84, 0E and 68. RGB value is (132,14,104). Sum of RGB (Red+Green+Blue) = 132+14+104=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 104 (41.02% from 255 or 41.6% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #840E68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #840E68 is #7BF197. Grayscale: #3B3B3B. Windows color (decimal): -8122776 or 6819460. OLE color: 6819460.

HSL color Cylindrical-coordinate representation of color #840E68: hue angle of 314.24º 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 #840E68 is Cyan = 0, Magento = 0.89, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 14 104 -
CMYK 0 0.89 0.21 0.48
HSL 314.24º 0.81% 0.29% -
HSV(B) 314.24º 0.89% 0.52% -
XYZ 12.17 6.22 13.66 -
YUV 59.54 153.09 179.68 -
System Red Green Blue C M Y K H S L
Decimal 132 14 104 0 0.89 0.21 0.48 314.24 0.81 0.29
Hex 84 E 68 0 59 15 30 13A 51 1D
Octal 204 16 150 0 131 25 60 472 121 35
Binary 10000100 1110 1101000 0 1011001 10101 110000 100111010 1010001 11101

Color Harmonies of #840E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840E68

Black with #840E68

Text Example


Text Example

White with #840E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #840E68;
 }
 .AnyTagClassName
 {
   color: #840E68;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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