Html Css Color HEX #840E81 Purple

📋 copy color: '#840E81'

red 132 ◦ green 14 ◦ blue 129

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

Shades of Purple #840E81

Tints of Purple #840E81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.91%

R = 48%
G = 5.09%
B = 46.91%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.02

 K value IS 0.48

RGB Variations

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

Color information

#840E81 (or 0x840E81) is known color: Purple. HEX triplet: 84, 0E and 81. RGB value is (132,14,129). Sum of RGB (Red+Green+Blue) = 132+14+129=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #840E81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840E81 is #7BF17E. Grayscale: #3E3E3E. Windows color (decimal): -8122751 or 8457860. OLE color: 8457860.

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

Color convert

RGB 132 14 129 -
CMYK 0 0.89 0.02 0.48
HSL 301.53º 0.81% 0.29% -
HSV(B) 301.53º 0.89% 0.52% -
XYZ 13.64 6.8 21.36 -
YUV 62.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 132 14 129 0 0.89 0.02 0.48 301.53 0.81 0.29
Hex 84 E 81 0 59 2 30 12E 51 1D
Octal 204 16 201 0 131 2 60 456 121 35
Binary 10000100 1110 10000001 0 1011001 10 110000 100101110 1010001 11101

Color Harmonies of #840E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840E81

Black with #840E81

Text Example


Text Example

White with #840E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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