#84598B

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

Shades of Trendy Pink #84598B

Tints of Trendy Pink #84598B

Color information

#84598B (or 0x84598B) is unknown color: approx Trendy Pink. HEX triplet: 84, 59 and 8B. RGB value is (132,89,139). Sum of RGB (Red+Green+Blue) = 132+89+139=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 89 (35.16% from 255 or 24.72% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 139 - color contains mainly: blue. Hex color #84598B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84598B is #7BA674. Grayscale: #6B6B6B. Windows color (decimal): -8103541 or 9132420. OLE color: 9132420.

HSL color Cylindrical-coordinate representation of color #84598B: hue angle of 291.6º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84598B is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13289139-
CMYK0.050.3600.45
HSL291.6º21.93%44.71%-
HSV(B)291.6º35.97%54.51%-
XYZ17.7513.9126.18-
YUV107.56145.75145.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 89 (35.16% from 255) = 24.72%
BLUE value IS 139 (54.69% from 255) = 38.61%
R=36.67%
G=24.72%
B=38.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132891390.050.3600.45291.621.9344.71
Hex84598B52402D124162d
Octal2041312135440554442655
Binary10000100101100110001011101100100010110110010010010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84598B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84598B; }

 p { color: rgb(132,89,139); }

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

<style>
 a { background-color: #84598B; }

 a { background-color: rgb(132,89,139); }

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

<style>
 span { border-color: #84598B; }

 span { border-color: rgb(132,89,139); }

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