#842B69

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

Shades of Dark Purple #842B69

Tints of Dark Purple #842B69

Color information

#842B69 (or 0x842B69) is unknown color: approx Dark Purple. HEX triplet: 84, 2B and 69. RGB value is (132,43,105). Sum of RGB (Red+Green+Blue) = 132+43+105=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 43 (17.19% from 255 or 15.36% from 280); Blue value is 105 (41.41% from 255 or 37.5% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #842B69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842B69 is #7BD496. Grayscale: #4C4C4C. Windows color (decimal): -8115351 or 6892420. OLE color: 6892420.

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

Color convert

RGB13243105-
CMYK00.670.200.48
HSL318.2º50.86%34.31%-
HSV(B)318.2º67.42%51.76%-
XYZ12.937.6514.16-
YUV76.68143.99167.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 43 (17.19% from 255) = 15.36%
BLUE value IS 105 (41.41% from 255) = 37.5%
R=47.14%
G=15.36%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324310500.670.200.48318.250.8634.31
Hex842B69043143013e3322
Octal20453151010324604766342
Binary1000010010101111010010100001110100110000100111110110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842B69; }

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

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

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

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

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

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

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

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