Html Css Color HEX #842980 Dark Purple

📋 copy color: '#842980'

red 132 ◦ green 41 ◦ blue 128

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

Shades of Dark Purple #842980

Tints of Dark Purple #842980

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.62%

 BLUE value IS 128 (50.39% from 255) = 42.52%

R = 43.85%
G = 13.62%
B = 42.52%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.03

 K value IS 0.48

RGB Variations

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

Color information

#842980 (or 0x842980) is known color: Dark Purple. HEX triplet: 84, 29 and 80. RGB value is (132,41,128). Sum of RGB (Red+Green+Blue) = 132+41+128=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 41 (16.41% from 255 or 13.62% from 301); Blue value is 128 (50.39% from 255 or 42.52% from 301); Max value from RGB is 132 - color contains mainly: red. Hex color #842980 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842980 is #7BD67F. Grayscale: #4D4D4D. Windows color (decimal): -8115840 or 8399236. OLE color: 8399236.

HSL color Cylindrical-coordinate representation of color #842980: hue angle of 302.64º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #842980 is Cyan = 0, Magento = 0.69, Yellow = 0.03 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 41 128 -
CMYK 0 0.69 0.03 0.48
HSL 302.64º 0.53% 0.34% -
HSV(B) 302.64º 0.69% 0.52% -
XYZ 14.2 8.05 21.23 -
YUV 78.13 156.15 166.43 -
System Red Green Blue C M Y K H S L
Decimal 132 41 128 0 0.69 0.03 0.48 302.64 0.53 0.34
Hex 84 29 80 0 45 3 30 12F 35 22
Octal 204 51 200 0 105 3 60 457 65 42
Binary 10000100 101001 10000000 0 1000101 11 110000 100101111 110101 100010

Color Harmonies of #842980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #842980

Black with #842980

Text Example


Text Example

White with #842980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #842980; }

 p { color: rgb(132,41,128); }

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

background-color css

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

 a { background-color: rgb(132,41,128); }

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

border-color css

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

 span { border-color: rgb(132,41,128); }

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