#84167E

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

Shades of Dark Purple #84167E

Tints of Dark Purple #84167E

Color information

#84167E (or 0x84167E) is unknown color: approx Dark Purple. HEX triplet: 84, 16 and 7E. RGB value is (132,22,126). Sum of RGB (Red+Green+Blue) = 132+22+126=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 132 - color contains mainly: red. Hex color #84167E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84167E is #7BE981. Grayscale: #424242. Windows color (decimal): -8120706 or 8263300. OLE color: 8263300.

HSL color Cylindrical-coordinate representation of color #84167E: hue angle of 303.27º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #84167E is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB13222126-
CMYK00.830.050.48
HSL303.27º71.43%30.2%-
HSV(B)303.27º83.33%51.76%-
XYZ13.576.9920.37-
YUV66.75161.44174.54-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.14%
GREEN value IS 22 (8.98% from 255) = 7.86%
BLUE value IS 126 (49.61% from 255) = 45%
R=47.14%
G=7.86%
B=45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322212600.830.050.48303.2771.4330.2
Hex84167E05353012f471e
Octal20426176012356045710736
Binary1000010010110111111001010011101110000100101111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84167E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,22,126); }

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

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

 a { background-color: rgb(132,22,126); }

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

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

 span { border-color: rgb(132,22,126); }

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