#84176D

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

Shades of Dark Purple #84176D

Tints of Dark Purple #84176D

Color information

#84176D (or 0x84176D) is unknown color: approx Dark Purple. HEX triplet: 84, 17 and 6D. RGB value is (132,23,109). Sum of RGB (Red+Green+Blue) = 132+23+109=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 23 (9.38% from 255 or 8.71% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84176D is #7BE892. Grayscale: #414141. Windows color (decimal): -8120467 or 7149444. OLE color: 7149444.

HSL color Cylindrical-coordinate representation of color #84176D: hue angle of 312.66º degrees, saturation: 0.7, 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 #84176D is Cyan = 0, Magento = 0.83, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB13223109-
CMYK00.830.170.48
HSL312.66º70.32%30.39%-
HSV(B)312.66º82.58%51.76%-
XYZ12.586.6215.08-
YUV65.4152.61175.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 23 (9.38% from 255) = 8.71%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=50%
G=8.71%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322310900.830.170.48312.6670.3230.39
Hex84176D0531130139461e
Octal204271550123216047110636
Binary100001001011111011010101001110001110000100111001100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84176D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84176D; }

 p { color: rgb(132,23,109); }

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

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

 a { background-color: rgb(132,23,109); }

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

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

 span { border-color: rgb(132,23,109); }

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