#844781

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

Shades of Trendy Pink #844781

Tints of Trendy Pink #844781

Color information

#844781 (or 0x844781) is unknown color: approx Trendy Pink. HEX triplet: 84, 47 and 81. RGB value is (132,71,129). Sum of RGB (Red+Green+Blue) = 132+71+129=332 (43% of max value = 765). Red value is 132 (51.95% from 255 or 39.76% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 129 (50.78% from 255 or 38.86% from 332); Max value from RGB is 132 - color contains mainly: red. Hex color #844781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844781 is #7BB87E. Grayscale: #5F5F5F. Windows color (decimal): -8108159 or 8472452. OLE color: 8472452.

HSL color Cylindrical-coordinate representation of color #844781: hue angle of 302.95º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #844781 is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.48.

Color convert

RGB13271129-
CMYK00.460.020.48
HSL302.95º30.05%39.8%-
HSV(B)302.95º46.21%51.76%-
XYZ15.731122.06-
YUV95.85146.71153.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.76%
GREEN value IS 71 (28.12% from 255) = 21.39%
BLUE value IS 129 (50.78% from 255) = 38.86%
R=39.76%
G=21.39%
B=38.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.02
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327112900.460.020.48302.9530.0539.8
Hex84478102E23012f1e28
Octal2041072010562604573650
Binary1000010010001111000000101011101011000010010111111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844781; }

 p { color: rgb(132,71,129); }

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

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

 a { background-color: rgb(132,71,129); }

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

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

 span { border-color: rgb(132,71,129); }

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