Html Css Color HEX #840186 Purple

📋 copy color: '#840186'

red 132 ◦ green 1 ◦ blue 134

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

Shades of Purple #840186

Tints of Purple #840186

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 49.44%
G = 0.37%
B = 50.19%

CMYK

 C value IS 0.01

 M value IS 0.99

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#840186 (or 0x840186) is known color: Purple. HEX triplet: 84, 01 and 86. RGB value is (132,1,134). Sum of RGB (Red+Green+Blue) = 132+1+134=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 134 (52.73% from 255 or 50.19% from 267); Max value from RGB is 134 - color contains mainly: blue. Hex color #840186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840186 is #7BFE79. Grayscale: #363636. Windows color (decimal): -8126074 or 8782212. OLE color: 8782212.

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

Color convert

RGB 132 1 134 -
CMYK 0.01 0.99 0 0.47
HSL 299.1º 0.99% 0.26% -
HSV(B) 299.1º 0.99% 0.53% -
XYZ 13.83 6.65 23.11 -
YUV 55.33 172.4 182.69 -
System Red Green Blue C M Y K H S L
Decimal 132 1 134 0.01 0.99 0 0.47 299.1 0.99 0.26
Hex 84 1 86 1 63 0 2F 12B 63 1A
Octal 204 1 206 1 143 0 57 453 143 32
Binary 10000100 1 10000110 1 1100011 0 101111 100101011 1100011 11010

Color Harmonies of #840186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #840186

Black with #840186

Text Example


Text Example

White with #840186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #840186; }

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

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

background-color css

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

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

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

border-color css

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

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

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