#842084

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

Shades of Dark Purple #842084

Tints of Dark Purple #842084

Color information

#842084 (or 0x842084) is unknown color: approx Dark Purple. HEX triplet: 84, 20 and 84. RGB value is (132,32,132). Sum of RGB (Red+Green+Blue) = 132+32+132=296 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.59% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 132 - color contains mainly: red, blue. Hex color #842084 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842084 is #7BDF7B. Grayscale: #494949. Windows color (decimal): -8118140 or 8659076. OLE color: 8659076.

HSL color Cylindrical-coordinate representation of color #842084: hue angle of 300º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #842084 is Cyan = 0, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13232132-
CMYK00.7600.48
HSL300º60.98%32.16%-
HSV(B)300º75.76%51.76%-
XYZ14.27.622.55-
YUV73.3161.13169.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.59%
GREEN value IS 32 (12.89% from 255) = 10.81%
BLUE value IS 132 (51.95% from 255) = 44.59%
R=44.59%
G=10.81%
B=44.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323213200.7600.4830060.9832.16
Hex84208404C03012c3d20
Octal2044020401140604547540
Binary1000010010000010000100010011000110000100101100111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842084; }

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

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

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

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

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

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

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

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