#842485

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

Shades of Dark Purple #842485

Tints of Dark Purple #842485

Color information

#842485 (or 0x842485) is unknown color: approx Dark Purple. HEX triplet: 84, 24 and 85. RGB value is (132,36,133). Sum of RGB (Red+Green+Blue) = 132+36+133=301 (39% of max value = 765). Red value is 132 (51.95% from 255 or 43.85% from 301); Green value is 36 (14.45% from 255 or 11.96% from 301); Blue value is 133 (52.34% from 255 or 44.19% from 301); Max value from RGB is 133 - color contains mainly: blue. Hex color #842485 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842485 is #7BDB7A. Grayscale: #4B4B4B. Windows color (decimal): -8117115 or 8725636. OLE color: 8725636.

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

Color convert

RGB13236133-
CMYK0.010.7300.48
HSL299.38º57.4%33.14%-
HSV(B)299.38º72.93%52.16%-
XYZ14.387.8622.95-
YUV75.76160.3168.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.85%
GREEN value IS 36 (14.45% from 255) = 11.96%
BLUE value IS 133 (52.34% from 255) = 44.19%
R=43.85%
G=11.96%
B=44.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132361330.010.7300.48299.3857.433.14
Hex84248514903012b3921
Octal2044420511110604537141
Binary1000010010010010000101110010010110000100101011111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842485; }

 p { color: rgb(132,36,133); }

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

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

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

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

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

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

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