#84638A

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

Shades of Trendy Pink #84638A

Tints of Trendy Pink #84638A

Color information

#84638A (or 0x84638A) is unknown color: approx Trendy Pink. HEX triplet: 84, 63 and 8A. RGB value is (132,99,138). Sum of RGB (Red+Green+Blue) = 132+99+138=369 (48% of max value = 765). Red value is 132 (51.95% from 255 or 35.77% from 369); Green value is 99 (39.06% from 255 or 26.83% from 369); Blue value is 138 (54.30% from 255 or 37.40% from 369); Max value from RGB is 138 - color contains mainly: blue. Hex color #84638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84638A is #7B9C75. Grayscale: #717171. Windows color (decimal): -8100982 or 9069444. OLE color: 9069444.

HSL color Cylindrical-coordinate representation of color #84638A: hue angle of 290.77º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #84638A is Cyan = 0.04, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13299138-
CMYK0.040.2800.46
HSL290.77º16.46%46.47%-
HSV(B)290.77º28.26%54.12%-
XYZ18.5715.6626.09-
YUV113.31141.93141.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.77%
GREEN value IS 99 (39.06% from 255) = 26.83%
BLUE value IS 138 (54.30% from 255) = 37.40%
R=35.77%
G=26.83%
B=37.40%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal132991380.040.2800.46290.7716.4646.47
Hex84638A41C02E123102e
Octal2041432124340564432056
Binary1000010011000111000101010011100010111010010001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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