#842488

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

Shades of Dark Purple #842488

Tints of Dark Purple #842488

Color information

#842488 (or 0x842488) is unknown color: approx Dark Purple. HEX triplet: 84, 24 and 88. RGB value is (132,36,136). Sum of RGB (Red+Green+Blue) = 132+36+136=304 (40% of max value = 765). Red value is 132 (51.95% from 255 or 43.42% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 136 (53.52% from 255 or 44.74% from 304); Max value from RGB is 136 - color contains mainly: blue. Hex color #842488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #842488 is #7BDB77. Grayscale: #4B4B4B. Windows color (decimal): -8117112 or 8922244. OLE color: 8922244.

HSL color Cylindrical-coordinate representation of color #842488: hue angle of 297.6º degrees, saturation: 0.58, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #842488 is Cyan = 0.03, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13236136-
CMYK0.030.7400.47
HSL297.6º58.14%33.73%-
HSV(B)297.6º73.53%53.33%-
XYZ14.597.9424.06-
YUV76.1161.8167.87-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 43.42%
GREEN value IS 36 (14.45% from 255) = 11.84%
BLUE value IS 136 (53.52% from 255) = 44.74%
R=43.42%
G=11.84%
B=44.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132361360.030.7400.47297.658.1433.73
Hex84248834A02F12a3a22
Octal2044421031120574527242
Binary10000100100100100010001110010100101111100101010111010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842488

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842488; }

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

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

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

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

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

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

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

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