#84216E

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

Shades of Dark Purple #84216E

Tints of Dark Purple #84216E

Color information

#84216E (or 0x84216E) is unknown color: approx Dark Purple. HEX triplet: 84, 21 and 6E. RGB value is (132,33,110). Sum of RGB (Red+Green+Blue) = 132+33+110=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 110 (43.36% from 255 or 40% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #84216E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84216E is #7BDE91. Grayscale: #474747. Windows color (decimal): -8117906 or 7217540. OLE color: 7217540.

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

Color convert

RGB13233110-
CMYK00.750.170.48
HSL313.33º60%32.35%-
HSV(B)313.33º75%51.76%-
XYZ12.877.1215.45-
YUV71.38149.8171.24-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 33 (13.28% from 255) = 12%
BLUE value IS 110 (43.36% from 255) = 40%
R=48%
G=12%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1323311000.750.170.48313.336032.35
Hex84216E04B11301393c20
Octal20441156011321604717440
Binary1000010010000111011100100101110001110000100111001111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84216E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84216E; }

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

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

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

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

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

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

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

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