Html Css Color HEX #840086 Purple

📋 copy color: '#840086'

red 132 ◦ green 0 ◦ blue 134

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

Shades of Purple #840086

Tints of Purple #840086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.62%
G = 0%
B = 50.38%

CMYK

 C value IS 0.01

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#840086 (or 0x840086) is known color: Purple. HEX triplet: 84, 00 and 86. RGB value is (132,0,134). Sum of RGB (Red+Green+Blue) = 132+0+134=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 0 (0.39% from 255 or 0% from 266); Blue value is 134 (52.73% from 255 or 50.38% from 266); Max value from RGB is 134 - color contains mainly: blue. Hex color #840086 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840086 is #7BFF79. Grayscale: #363636. Windows color (decimal): -8126330 or 8781956. OLE color: 8781956.

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

Color convert

RGB 132 0 134 -
CMYK 0.01 1 0 0.47
HSL 299.1º 1% 0.26% -
HSV(B) 299.1º 1% 0.53% -
XYZ 13.82 6.63 23.11 -
YUV 54.74 172.73 183.1 -
System Red Green Blue C M Y K H S L
Decimal 132 0 134 0.01 1 0 0.47 299.1 1 0.26
Hex 84 0 86 1 64 0 2F 12B 64 1A
Octal 204 0 206 1 144 0 57 453 144 32
Binary 10000100 0 10000110 1 1100100 0 101111 100101011 1100100 11010

Color Harmonies of #840086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840086

Black with #840086

Text Example


Text Example

White with #840086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840086; }

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

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

background-color css

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

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

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

border-color css

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

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

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