Html Css Color HEX #841386 Purple

📋 copy color: '#841386'

red 132 ◦ green 19 ◦ blue 134

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

Shades of Purple #841386

Tints of Purple #841386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.67%

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

R = 46.32%
G = 6.67%
B = 47.02%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#841386 (or 0x841386) is known color: Purple. HEX triplet: 84, 13 and 86. RGB value is (132,19,134). Sum of RGB (Red+Green+Blue) = 132+19+134=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 19 (7.81% from 255 or 6.67% from 285); Blue value is 134 (52.73% from 255 or 47.02% from 285); Max value from RGB is 134 - color contains mainly: blue. Hex color #841386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #841386 is #7BEC79. Grayscale: #414141. Windows color (decimal): -8121466 or 8786820. OLE color: 8786820.

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

Color convert

RGB 132 19 134 -
CMYK 0.01 0.86 0 0.47
HSL 298.96º 0.75% 0.3% -
HSV(B) 298.96º 0.86% 0.53% -
XYZ 14.05 7.09 23.18 -
YUV 65.9 166.44 175.15 -
System Red Green Blue C M Y K H S L
Decimal 132 19 134 0.01 0.86 0 0.47 298.96 0.75 0.3
Hex 84 13 86 1 56 0 2F 12B 4B 1E
Octal 204 23 206 1 126 0 57 453 113 36
Binary 10000100 10011 10000110 1 1010110 0 101111 100101011 1001011 11110

Color Harmonies of #841386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #841386

Black with #841386

Text Example


Text Example

White with #841386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #841386; }

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

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

background-color css

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

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

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

border-color css

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

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

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