#984584

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

Shades of Trendy Pink #984584

Tints of Trendy Pink #984584

Color information

#984584 (or 0x984584) is unknown color: approx Trendy Pink. HEX triplet: 98, 45 and 84. RGB value is (152,69,132). Sum of RGB (Red+Green+Blue) = 152+69+132=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #984584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984584 is #67BA7B. Grayscale: #646464. Windows color (decimal): -6797948 or 8668568. OLE color: 8668568.

HSL color Cylindrical-coordinate representation of color #984584: hue angle of 314.46º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #984584 is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB15269132-
CMYK00.550.130.40
HSL314.46º37.56%43.33%-
HSV(B)314.46º54.61%59.61%-
XYZ19.2412.623.25-
YUV101145.5164.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 132 (51.95% from 255) = 37.39%
R=43.06%
G=19.55%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526913200.550.130.40314.4637.5643.33
Hex984584037D2813a262b
Octal23010520406715504724653
Binary1001100010001011000010001101111101101000100111010100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984584; }

 p { color: rgb(152,69,132); }

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

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

 a { background-color: rgb(152,69,132); }

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

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

 span { border-color: rgb(152,69,132); }

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