#84157C

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

Shades of Dark Purple #84157C

Tints of Dark Purple #84157C

Color information

#84157C (or 0x84157C) is unknown color: approx Dark Purple. HEX triplet: 84, 15 and 7C. RGB value is (132,21,124). Sum of RGB (Red+Green+Blue) = 132+21+124=277 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.65% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 132 - color contains mainly: red. Hex color #84157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84157C is #7BEA83. Grayscale: #414141. Windows color (decimal): -8120964 or 8131972. OLE color: 8131972.

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

Color convert

RGB13221124-
CMYK00.840.060.48
HSL304.32º72.55%30%-
HSV(B)304.32º84.09%51.76%-
XYZ13.426.919.69-
YUV65.93160.77175.12-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.65%
GREEN value IS 21 (8.59% from 255) = 7.58%
BLUE value IS 124 (48.83% from 255) = 44.77%
R=47.65%
G=7.58%
B=44.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322112400.840.060.48304.3272.5530
Hex84157C054630130491e
Octal20425174012466046011136
Binary1000010010101111110001010100110110000100110000100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84157C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,21,124); }

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

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

 a { background-color: rgb(132,21,124); }

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

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

 span { border-color: rgb(132,21,124); }

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