#842666

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

Shades of Dark Purple #842666

Tints of Dark Purple #842666

Color information

#842666 (or 0x842666) is unknown color: approx Dark Purple. HEX triplet: 84, 26 and 66. RGB value is (132,38,102). Sum of RGB (Red+Green+Blue) = 132+38+102=272 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.53% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 132 - color contains mainly: red. Hex color #842666 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842666 is #7BD999. Grayscale: #494949. Windows color (decimal): -8116634 or 6694532. OLE color: 6694532.

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

Color convert

RGB13238102-
CMYK00.710.230.48
HSL319.15º55.29%33.33%-
HSV(B)319.15º71.21%51.76%-
XYZ12.617.2513.31-
YUV73.4144.14169.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.53%
GREEN value IS 38 (15.23% from 255) = 13.97%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=48.53%
G=13.97%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323810200.710.230.48319.1555.2933.33
Hex842666047173013f3721
Octal20446146010727604776741
Binary1000010010011011001100100011110111110000100111111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842666; }

 p { color: rgb(132,38,102); }

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

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

 a { background-color: rgb(132,38,102); }

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

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

 span { border-color: rgb(132,38,102); }

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