#84618D

Color #84618D Trendy Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Pink #84618D

Tints of Trendy Pink #84618D

Color information

#84618D (or 0x84618D) is unknown color: approx Trendy Pink. HEX triplet: 84, 61 and 8D. RGB value is (132,97,141). Sum of RGB (Red+Green+Blue) = 132+97+141=370 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.68% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 141 (55.47% from 255 or 38.11% from 370); Max value from RGB is 141 - color contains mainly: blue. Hex color #84618D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84618D is #7B9E72. Grayscale: #707070. Windows color (decimal): -8101491 or 9265540. OLE color: 9265540.

HSL color Cylindrical-coordinate representation of color #84618D: hue angle of 287.73º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84618D is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13297141-
CMYK0.060.3100.45
HSL287.73º18.49%46.67%-
HSV(B)287.73º31.21%55.29%-
XYZ18.615.3827.19-
YUV112.48144.1141.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.68%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 141 (55.47% from 255) = 38.11%
R=35.68%
G=26.22%
B=38.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132971410.060.3100.45287.7318.4946.67
Hex84618D61F02D120122f
Octal2041412156370554402257
Binary1000010011000011000110111011111010110110010000010010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84618D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,97,141); }

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

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

 a { background-color: rgb(132,97,141); }

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

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

 span { border-color: rgb(132,97,141); }

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