Html Css Color HEX #840686 Purple

📋 copy color: '#840686'

red 132 ◦ green 6 ◦ blue 134

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

Shades of Purple #840686

Tints of Purple #840686

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.21%

 BLUE value IS 134 (52.73% from 255) = 49.26%

R = 48.53%
G = 2.21%
B = 49.26%

CMYK

 C value IS 0.01

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#840686 (or 0x840686) is known color: Purple. HEX triplet: 84, 06 and 86. RGB value is (132,6,134). Sum of RGB (Red+Green+Blue) = 132+6+134=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 6 (2.73% from 255 or 2.21% from 272); Blue value is 134 (52.73% from 255 or 49.26% from 272); Max value from RGB is 134 - color contains mainly: blue. Hex color #840686 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840686 is #7BF979. Grayscale: #393939. Windows color (decimal): -8124794 or 8783492. OLE color: 8783492.

HSL color Cylindrical-coordinate representation of color #840686: hue angle of 299.06º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #840686 is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 6 134 -
CMYK 0.01 0.96 0 0.47
HSL 299.06º 0.91% 0.27% -
HSV(B) 299.06º 0.96% 0.53% -
XYZ 13.88 6.76 23.13 -
YUV 58.27 170.74 180.59 -
System Red Green Blue C M Y K H S L
Decimal 132 6 134 0.01 0.96 0 0.47 299.06 0.91 0.27
Hex 84 6 86 1 60 0 2F 12B 5B 1B
Octal 204 6 206 1 140 0 57 453 133 33
Binary 10000100 110 10000110 1 1100000 0 101111 100101011 1011011 11011

Color Harmonies of #840686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840686

Black with #840686

Text Example


Text Example

White with #840686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840686; }

 p { color: rgb(132,6,134); }

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

background-color css

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

 a { background-color: rgb(132,6,134); }

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

border-color css

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

 span { border-color: rgb(132,6,134); }

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