#842266

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

Shades of Dark Purple #842266

Tints of Dark Purple #842266

Color information

#842266 (or 0x842266) is unknown color: approx Dark Purple. HEX triplet: 84, 22 and 66. RGB value is (132,34,102). Sum of RGB (Red+Green+Blue) = 132+34+102=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 34 (13.67% from 255 or 12.69% from 268); Blue value is 102 (40.23% from 255 or 38.06% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #842266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842266 is #7BDD99. Grayscale: #464646. Windows color (decimal): -8117658 or 6693508. OLE color: 6693508.

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

Color convert

RGB13234102-
CMYK00.740.230.48
HSL318.37º59.04%32.55%-
HSV(B)318.37º74.24%51.76%-
XYZ12.497.0113.27-
YUV71.05145.47171.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 34 (13.67% from 255) = 12.69%
BLUE value IS 102 (40.23% from 255) = 38.06%
R=49.25%
G=12.69%
B=38.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323410200.740.230.48318.3759.0432.55
Hex84226604A173013e3b21
Octal20442146011227604767341
Binary1000010010001011001100100101010111110000100111110111011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842266; }

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

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

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

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

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

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

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

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