Html Css Color HEX #842086 Dark Purple

📋 copy color: '#842086'

red 132 ◦ green 32 ◦ blue 134

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

Shades of Dark Purple #842086

Tints of Dark Purple #842086

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.74%

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

R = 44.3%
G = 10.74%
B = 44.97%

CMYK

 C value IS 0.01

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#842086 (or 0x842086) is known color: Dark Purple. HEX triplet: 84, 20 and 86. RGB value is (132,32,134). Sum of RGB (Red+Green+Blue) = 132+32+134=298 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.30% from 298); Green value is 32 (12.89% from 255 or 10.74% from 298); Blue value is 134 (52.73% from 255 or 44.97% from 298); Max value from RGB is 134 - color contains mainly: blue. Hex color #842086 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842086 is #7BDF79. Grayscale: #494949. Windows color (decimal): -8118138 or 8790148. OLE color: 8790148.

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

Color convert

RGB 132 32 134 -
CMYK 0.01 0.76 0 0.47
HSL 298.82º 0.61% 0.33% -
HSV(B) 298.82º 0.76% 0.53% -
XYZ 14.34 7.66 23.28 -
YUV 73.53 162.13 169.71 -
System Red Green Blue C M Y K H S L
Decimal 132 32 134 0.01 0.76 0 0.47 298.82 0.61 0.33
Hex 84 20 86 1 4C 0 2F 12B 3D 21
Octal 204 40 206 1 114 0 57 453 75 41
Binary 10000100 100000 10000110 1 1001100 0 101111 100101011 111101 100001

Color Harmonies of #842086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842086

Black with #842086

Text Example


Text Example

White with #842086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842086; }

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

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

background-color css

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

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

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

border-color css

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

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

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