#84638C

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

Shades of Trendy Pink #84638C

Tints of Trendy Pink #84638C

Color information

#84638C (or 0x84638C) is unknown color: approx Trendy Pink. HEX triplet: 84, 63 and 8C. RGB value is (132,99,140). Sum of RGB (Red+Green+Blue) = 132+99+140=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 99 (39.06% from 255 or 26.68% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 140 - color contains mainly: blue. Hex color #84638C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84638C is #7B9C73. Grayscale: #717171. Windows color (decimal): -8100980 or 9200516. OLE color: 9200516.

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

Color convert

RGB13299140-
CMYK0.060.2900.45
HSL288.29º17.15%46.86%-
HSV(B)288.29º29.29%54.9%-
XYZ18.7115.7226.86-
YUV113.54142.93141.17-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 99 (39.06% from 255) = 26.68%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=35.58%
G=26.68%
B=37.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132991400.060.2900.45288.2917.1546.86
Hex84638C61D02D120112f
Octal2041432146350554402157
Binary1000010011000111000110011011101010110110010000010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84638C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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