#84518C

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

Shades of Trendy Pink #84518C

Tints of Trendy Pink #84518C

Color information

#84518C (or 0x84518C) is unknown color: approx Trendy Pink. HEX triplet: 84, 51 and 8C. RGB value is (132,81,140). Sum of RGB (Red+Green+Blue) = 132+81+140=353 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.39% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 140 (55.08% from 255 or 39.66% from 353); Max value from RGB is 140 - color contains mainly: blue. Hex color #84518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84518C is #7BAE73. Grayscale: #666666. Windows color (decimal): -8105588 or 9195908. OLE color: 9195908.

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

Color convert

RGB13281140-
CMYK0.060.4200.45
HSL291.86º26.7%43.33%-
HSV(B)291.86º42.14%54.9%-
XYZ17.1912.6826.35-
YUV102.98148.9148.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.39%
GREEN value IS 81 (32.03% from 255) = 22.95%
BLUE value IS 140 (55.08% from 255) = 39.66%
R=37.39%
G=22.95%
B=39.66%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal132811400.060.4200.45291.8626.743.33
Hex84518C62A02D1241b2b
Octal2041212146520554443353
Binary10000100101000110001100110101010010110110010010011011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84518C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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