#842167

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

Shades of Dark Purple #842167

Tints of Dark Purple #842167

Color information

#842167 (or 0x842167) is unknown color: approx Dark Purple. HEX triplet: 84, 21 and 67. RGB value is (132,33,103). Sum of RGB (Red+Green+Blue) = 132+33+103=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 33 (13.28% from 255 or 12.31% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #842167 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #842167 is #7BDE98. Grayscale: #464646. Windows color (decimal): -8117913 or 6758788. OLE color: 6758788.

HSL color Cylindrical-coordinate representation of color #842167: hue angle of 317.58º 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 #842167 is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB13233103-
CMYK00.750.220.48
HSL317.58º60%32.35%-
HSV(B)317.58º75%51.76%-
XYZ12.516.9713.52-
YUV70.58146.3171.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 49.25%
GREEN value IS 33 (13.28% from 255) = 12.31%
BLUE value IS 103 (40.62% from 255) = 38.43%
R=49.25%
G=12.31%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323310300.750.220.48317.586032.35
Hex84216704B163013e3c20
Octal20441147011326604767440
Binary1000010010000111001110100101110110110000100111110111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #842167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #842167; }

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

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

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

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

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

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

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

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