#842083

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

Shades of Dark Purple #842083

Tints of Dark Purple #842083

Color information

#842083 (or 0x842083) is unknown color: approx Dark Purple. HEX triplet: 84, 20 and 83. RGB value is (132,32,131). Sum of RGB (Red+Green+Blue) = 132+32+131=295 (39% of max value = 765). Red value is 132 (51.95% from 255 or 44.75% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 131 (51.56% from 255 or 44.41% from 295); Max value from RGB is 132 - color contains mainly: red. Hex color #842083 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842083 is #7BDF7C. Grayscale: #484848. Windows color (decimal): -8118141 or 8593540. OLE color: 8593540.

HSL color Cylindrical-coordinate representation of color #842083: hue angle of 300.6º 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 #842083 is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.48.

Color convert

RGB13232131-
CMYK00.760.010.48
HSL300.6º60.98%32.16%-
HSV(B)300.6º75.76%51.76%-
XYZ14.137.5822.19-
YUV73.19160.63169.95-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 44.75%
GREEN value IS 32 (12.89% from 255) = 10.85%
BLUE value IS 131 (51.56% from 255) = 44.41%
R=44.75%
G=10.85%
B=44.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323213100.760.010.48300.660.9832.16
Hex84208304C13012d3d20
Octal2044020301141604557540
Binary1000010010000010000011010011001110000100101101111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842083; }

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

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

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

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

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

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

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

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