#84136C

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

Shades of Dark Purple #84136C

Tints of Dark Purple #84136C

Color information

#84136C (or 0x84136C) is unknown color: approx Dark Purple. HEX triplet: 84, 13 and 6C. RGB value is (132,19,108). Sum of RGB (Red+Green+Blue) = 132+19+108=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 19 (7.81% from 255 or 7.34% from 259); Blue value is 108 (42.58% from 255 or 41.70% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84136C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84136C is #7BEC93. Grayscale: #3E3E3E. Windows color (decimal): -8121492 or 7082884. OLE color: 7082884.

HSL color Cylindrical-coordinate representation of color #84136C: hue angle of 312.74º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #84136C is Cyan = 0, Magento = 0.86, Yellow = 0.18 and Black (K on CMYK) = 0.48.

Color convert

RGB13219108-
CMYK00.860.180.48
HSL312.74º74.83%29.61%-
HSV(B)312.74º85.61%51.76%-
XYZ12.466.4514.78-
YUV62.93153.44177.26-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 19 (7.81% from 255) = 7.34%
BLUE value IS 108 (42.58% from 255) = 41.70%
R=50.97%
G=7.34%
B=41.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321910800.860.180.48312.7474.8329.61
Hex84136C05612301394b1e
Octal204231540126226047111336
Binary100001001001111011000101011010010110000100111001100101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84136C; }

 p { color: rgb(132,19,108); }

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

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

 a { background-color: rgb(132,19,108); }

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

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

 span { border-color: rgb(132,19,108); }

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