#842382

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

Shades of Dark Purple #842382

Tints of Dark Purple #842382

Color information

#842382 (or 0x842382) is unknown color: approx Dark Purple. HEX triplet: 84, 23 and 82. RGB value is (132,35,130). Sum of RGB (Red+Green+Blue) = 132+35+130=297 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.44% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 132 - color contains mainly: red. Hex color #842382 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842382 is #7BDC7D. Grayscale: #4A4A4A. Windows color (decimal): -8117374 or 8528772. OLE color: 8528772.

HSL color Cylindrical-coordinate representation of color #842382: hue angle of 301.24º degrees, saturation: 0.58, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #842382 is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13235130-
CMYK00.730.020.48
HSL301.24º58.08%32.75%-
HSV(B)301.24º73.48%51.76%-
XYZ14.157.7221.86-
YUV74.83159.14168.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.44%
GREEN value IS 35 (14.06% from 255) = 11.78%
BLUE value IS 130 (51.17% from 255) = 43.77%
R=44.44%
G=11.78%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323513000.730.020.48301.2458.0832.75
Hex84238204923012d3a21
Octal2044320201112604557241
Binary10000100100011100000100100100110110000100101101111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842382; }

 p { color: rgb(132,35,130); }

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

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

 a { background-color: rgb(132,35,130); }

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

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

 span { border-color: rgb(132,35,130); }

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