#842165

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

Shades of Dark Purple #842165

Tints of Dark Purple #842165

Color information

#842165 (or 0x842165) is unknown color: approx Dark Purple. HEX triplet: 84, 21 and 65. RGB value is (132,33,101). Sum of RGB (Red+Green+Blue) = 132+33+101=266 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.62% from 266); Green value is 33 (13.28% from 255 or 12.41% from 266); Blue value is 101 (39.84% from 255 or 37.97% from 266); Max value from RGB is 132 - color contains mainly: red. Hex color #842165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842165 is #7BDE9A. Grayscale: #464646. Windows color (decimal): -8117915 or 6627716. OLE color: 6627716.

HSL color Cylindrical-coordinate representation of color #842165: hue angle of 318.79º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #842165 is Cyan = 0, Magento = 0.75, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13233101-
CMYK00.750.230.48
HSL318.79º60%32.35%-
HSV(B)318.79º75%51.76%-
XYZ12.416.9313-
YUV70.35145.3171.97-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.62%
GREEN value IS 33 (13.28% from 255) = 12.41%
BLUE value IS 101 (39.84% from 255) = 37.97%
R=49.62%
G=12.41%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323310100.750.230.48318.796032.35
Hex84216504B173013f3c20
Octal20441145011327604777440
Binary1000010010000111001010100101110111110000100111111111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842165; }

 p { color: rgb(132,33,101); }

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

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

 a { background-color: rgb(132,33,101); }

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

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

 span { border-color: rgb(132,33,101); }

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