#842A83

Color #842A83 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #842A83

Tints of Dark Purple #842A83

Color information

#842A83 (or 0x842A83) is unknown color: approx Dark Purple. HEX triplet: 84, 2A and 83. RGB value is (132,42,131). Sum of RGB (Red+Green+Blue) = 132+42+131=305 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.28% from 305); Green value is 42 (16.80% from 255 or 13.77% from 305); Blue value is 131 (51.56% from 255 or 42.95% from 305); Max value from RGB is 132 - color contains mainly: red. Hex color #842A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842A83 is #7BD57C. Grayscale: #4E4E4E. Windows color (decimal): -8115581 or 8596100. OLE color: 8596100.

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

Color convert

RGB13242131-
CMYK00.680.010.48
HSL300.67º51.72%34.12%-
HSV(B)300.67º68.18%51.76%-
XYZ14.448.222.29-
YUV79.06157.32165.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.28%
GREEN value IS 42 (16.80% from 255) = 13.77%
BLUE value IS 131 (51.56% from 255) = 42.95%
R=43.28%
G=13.77%
B=42.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324213100.680.010.48300.6751.7234.12
Hex842A8304413012d3422
Octal2045220301041604556442
Binary1000010010101010000011010001001110000100101101110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842A83; }

 p { color: rgb(132,42,131); }

 H1.HeaderClassName
 {
   color: #842A83;
 }
 .AnyTagClassName
 {
   color: #842A83;
 }
</style>
background-color css

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

 a { background-color: rgb(132,42,131); }

 div.DivClassName
 {
   background-color: #842A83;
 }
 .BgClassName
 {
   background-color: #842A83;
 }
</style>
border-color css

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

 span { border-color: rgb(132,42,131); }

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