#84618F

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

Shades of Trendy Pink #84618F

Tints of Trendy Pink #84618F

Color information

#84618F (or 0x84618F) is unknown color: approx Trendy Pink. HEX triplet: 84, 61 and 8F. RGB value is (132,97,143). Sum of RGB (Red+Green+Blue) = 132+97+143=372 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.48% from 372); Green value is 97 (38.28% from 255 or 26.08% from 372); Blue value is 143 (56.25% from 255 or 38.44% from 372); Max value from RGB is 143 - color contains mainly: blue. Hex color #84618F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84618F is #7B9E70. Grayscale: #707070. Windows color (decimal): -8101489 or 9396612. OLE color: 9396612.

HSL color Cylindrical-coordinate representation of color #84618F: hue angle of 285.65º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84618F is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13297143-
CMYK0.080.3200.44
HSL285.65º19.17%47.06%-
HSV(B)285.65º32.17%56.08%-
XYZ18.7515.4427.98-
YUV112.71145.1141.76-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.48%
GREEN value IS 97 (38.28% from 255) = 26.08%
BLUE value IS 143 (56.25% from 255) = 38.44%
R=35.48%
G=26.08%
B=38.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132971430.080.3200.44285.6519.1747.06
Hex84618F82002C11e132f
Octal20414121710400544362357
Binary100001001100001100011111000100000010110010001111010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84618F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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