#842869

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

Shades of Dark Purple #842869

Tints of Dark Purple #842869

Color information

#842869 (or 0x842869) is unknown color: approx Dark Purple. HEX triplet: 84, 28 and 69. RGB value is (132,40,105). Sum of RGB (Red+Green+Blue) = 132+40+105=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 40 (16.02% from 255 or 14.44% from 277); Blue value is 105 (41.41% from 255 or 37.91% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #842869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842869 is #7BD796. Grayscale: #4A4A4A. Windows color (decimal): -8116119 or 6891652. OLE color: 6891652.

HSL color Cylindrical-coordinate representation of color #842869: hue angle of 317.61º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #842869 is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB13240105-
CMYK00.700.200.48
HSL317.61º53.49%33.73%-
HSV(B)317.61º69.7%51.76%-
XYZ12.827.4414.13-
YUV74.92144.98168.71-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 40 (16.02% from 255) = 14.44%
BLUE value IS 105 (41.41% from 255) = 37.91%
R=47.65%
G=14.44%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324010500.700.200.48317.6153.4933.73
Hex842869046143013e3522
Octal20450151010624604766542
Binary1000010010100011010010100011010100110000100111110110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842869; }

 p { color: rgb(132,40,105); }

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

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

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

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

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

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

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