#84296F

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

Shades of Dark Purple #84296F

Tints of Dark Purple #84296F

Color information

#84296F (or 0x84296F) is unknown color: approx Dark Purple. HEX triplet: 84, 29 and 6F. RGB value is (132,41,111). Sum of RGB (Red+Green+Blue) = 132+41+111=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #84296F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84296F is #7BD690. Grayscale: #4C4C4C. Windows color (decimal): -8115857 or 7285124. OLE color: 7285124.

HSL color Cylindrical-coordinate representation of color #84296F: hue angle of 313.85º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #84296F is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.48.

Color convert

RGB13241111-
CMYK00.690.160.48
HSL313.85º52.6%33.92%-
HSV(B)313.85º68.94%51.76%-
XYZ13.187.6415.82-
YUV76.19147.65167.81-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 41 (16.41% from 255) = 14.44%
BLUE value IS 111 (43.75% from 255) = 39.08%
R=46.48%
G=14.44%
B=39.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.16
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1324111100.690.160.48313.8552.633.92
Hex84296F045103013a3522
Octal20451157010520604726542
Binary1000010010100111011110100010110000110000100111010110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84296F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,41,111); }

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

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

 a { background-color: rgb(132,41,111); }

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

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

 span { border-color: rgb(132,41,111); }

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