#844983

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

Shades of Trendy Pink #844983

Tints of Trendy Pink #844983

Color information

#844983 (or 0x844983) is unknown color: approx Trendy Pink. HEX triplet: 84, 49 and 83. RGB value is (132,73,131). Sum of RGB (Red+Green+Blue) = 132+73+131=336 (44% of max value = 765). Red value is 132 (51.95% from 255 or 39.29% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 131 (51.56% from 255 or 38.99% from 336); Max value from RGB is 132 - color contains mainly: red. Hex color #844983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #844983 is #7BB67C. Grayscale: #616161. Windows color (decimal): -8107645 or 8604036. OLE color: 8604036.

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

Color convert

RGB13273131-
CMYK00.450.010.48
HSL301.02º28.78%40.2%-
HSV(B)301.02º44.7%51.76%-
XYZ15.9911.3122.81-
YUV97.25147.05152.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 39.29%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 131 (51.56% from 255) = 38.99%
R=39.29%
G=21.73%
B=38.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327313100.450.010.48301.0228.7840.2
Hex84498302D13012d1d28
Octal2041112030551604553550
Binary100001001001001100000110101101111000010010110111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844983; }

 p { color: rgb(132,73,131); }

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

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

 a { background-color: rgb(132,73,131); }

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

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

 span { border-color: rgb(132,73,131); }

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