#84638F

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

Shades of Trendy Pink #84638F

Tints of Trendy Pink #84638F

Color information

#84638F (or 0x84638F) is unknown color: approx Trendy Pink. HEX triplet: 84, 63 and 8F. RGB value is (132,99,143). Sum of RGB (Red+Green+Blue) = 132+99+143=374 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.29% from 374); Green value is 99 (39.06% from 255 or 26.47% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 143 - color contains mainly: blue. Hex color #84638F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84638F is #7B9C70. Grayscale: #717171. Windows color (decimal): -8100977 or 9397124. OLE color: 9397124.

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

Color convert

RGB13299143-
CMYK0.080.3100.44
HSL285º18.18%47.45%-
HSV(B)285º30.77%56.08%-
XYZ18.9415.8128.04-
YUV113.88144.43140.92-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.29%
GREEN value IS 99 (39.06% from 255) = 26.47%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=35.29%
G=26.47%
B=38.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132991430.080.3100.4428518.1847.45
Hex84638F81F02C11d122f
Octal20414321710370544352257
Binary10000100110001110001111100011111010110010001110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84638F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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