#84167F

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

Shades of Dark Purple #84167F

Tints of Dark Purple #84167F

Color information

#84167F (or 0x84167F) is unknown color: approx Dark Purple. HEX triplet: 84, 16 and 7F. RGB value is (132,22,127). Sum of RGB (Red+Green+Blue) = 132+22+127=281 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.98% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 132 - color contains mainly: red. Hex color #84167F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84167F is #7BE980. Grayscale: #424242. Windows color (decimal): -8120705 or 8328836. OLE color: 8328836.

HSL color Cylindrical-coordinate representation of color #84167F: hue angle of 302.73º 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 #84167F is Cyan = 0, Magento = 0.83, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13222127-
CMYK00.830.040.48
HSL302.73º71.43%30.2%-
HSV(B)302.73º83.33%51.76%-
XYZ13.637.0120.71-
YUV66.86161.94174.46-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.98%
GREEN value IS 22 (8.98% from 255) = 7.83%
BLUE value IS 127 (50% from 255) = 45.20%
R=46.98%
G=7.83%
B=45.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322212700.830.040.48302.7371.4330.2
Hex84167F05343012f471e
Octal20426177012346045710736
Binary1000010010110111111101010011100110000100101111100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84167F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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