#84417C

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

Shades of Trendy Pink #84417C

Tints of Trendy Pink #84417C

Color information

#84417C (or 0x84417C) is unknown color: approx Trendy Pink. HEX triplet: 84, 41 and 7C. RGB value is (132,65,124). Sum of RGB (Red+Green+Blue) = 132+65+124=321 (42% of max value = 765). Red value is 132 (51.95% from 255 or 41.12% from 321); Green value is 65 (25.78% from 255 or 20.25% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 132 - color contains mainly: red. Hex color #84417C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84417C is #7BBE83. Grayscale: #5B5B5B. Windows color (decimal): -8109700 or 8143236. OLE color: 8143236.

HSL color Cylindrical-coordinate representation of color #84417C: hue angle of 307.16º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #84417C is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB13265124-
CMYK00.510.060.48
HSL307.16º34.01%38.63%-
HSV(B)307.16º50.76%51.76%-
XYZ15.0410.1420.23-
YUV91.76146.2156.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.12%
GREEN value IS 65 (25.78% from 255) = 20.25%
BLUE value IS 124 (48.83% from 255) = 38.63%
R=41.12%
G=20.25%
B=38.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1326512400.510.060.48307.1634.0138.63
Hex84417C0336301332227
Octal2041011740636604634247
Binary10000100100000111111000110011110110000100110011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,65,124); }

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

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

 a { background-color: rgb(132,65,124); }

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

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

 span { border-color: rgb(132,65,124); }

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