#84147F

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

Shades of Dark Purple #84147F

Tints of Dark Purple #84147F

Color information

#84147F (or 0x84147F) is unknown color: approx Dark Purple. HEX triplet: 84, 14 and 7F. RGB value is (132,20,127). Sum of RGB (Red+Green+Blue) = 132+20+127=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 132 - color contains mainly: red. Hex color #84147F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #84147F is #7BEB80. Grayscale: #414141. Windows color (decimal): -8121217 or 8328324. OLE color: 8328324.

HSL color Cylindrical-coordinate representation of color #84147F: hue angle of 302.68º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #84147F is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13220127-
CMYK00.850.040.48
HSL302.68º73.68%29.8%-
HSV(B)302.68º84.85%51.76%-
XYZ13.66.9420.7-
YUV65.69162.61175.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.31%
GREEN value IS 20 (8.20% from 255) = 7.17%
BLUE value IS 127 (50% from 255) = 45.52%
R=47.31%
G=7.17%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1322012700.850.040.48302.6873.6829.8
Hex84147F05543012f4a1e
Octal20424177012546045711236
Binary1000010010100111111101010101100110000100101111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84147F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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