#84618E

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

Shades of Trendy Pink #84618E

Tints of Trendy Pink #84618E

Color information

#84618E (or 0x84618E) is unknown color: approx Trendy Pink. HEX triplet: 84, 61 and 8E. RGB value is (132,97,142). Sum of RGB (Red+Green+Blue) = 132+97+142=371 (49% of max value = 765). Red value is 132 (51.95% from 255 or 35.58% from 371); Green value is 97 (38.28% from 255 or 26.15% from 371); Blue value is 142 (55.86% from 255 or 38.27% from 371); Max value from RGB is 142 - color contains mainly: blue. Hex color #84618E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #84618E is #7B9E71. Grayscale: #707070. Windows color (decimal): -8101490 or 9331076. OLE color: 9331076.

HSL color Cylindrical-coordinate representation of color #84618E: hue angle of 286.67º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #84618E is Cyan = 0.07, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13297142-
CMYK0.070.3200.44
HSL286.67º18.83%46.86%-
HSV(B)286.67º31.69%55.69%-
XYZ18.6715.4127.58-
YUV112.6144.6141.84-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 35.58%
GREEN value IS 97 (38.28% from 255) = 26.15%
BLUE value IS 142 (55.86% from 255) = 38.27%
R=35.58%
G=26.15%
B=38.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal132971420.070.3200.44286.6718.8346.86
Hex84618E72002C11f132f
Octal2041412167400544372357
Binary10000100110000110001110111100000010110010001111110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84618E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84618E; }

 p { color: rgb(132,97,142); }

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

<style>
 a { background-color: #84618E; }

 a { background-color: rgb(132,97,142); }

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

<style>
 span { border-color: #84618E; }

 span { border-color: rgb(132,97,142); }

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