#984583

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

Shades of Trendy Pink #984583

Tints of Trendy Pink #984583

Color information

#984583 (or 0x984583) is unknown color: approx Trendy Pink. HEX triplet: 98, 45 and 83. RGB value is (152,69,131). Sum of RGB (Red+Green+Blue) = 152+69+131=352 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.18% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 131 (51.56% from 255 or 37.22% from 352); Max value from RGB is 152 - color contains mainly: red. Hex color #984583 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984583 is #67BA7C. Grayscale: #646464. Windows color (decimal): -6797949 or 8603032. OLE color: 8603032.

HSL color Cylindrical-coordinate representation of color #984583: hue angle of 315.18º 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 #984583 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15269131-
CMYK00.550.140.40
HSL315.18º37.56%43.33%-
HSV(B)315.18º54.61%59.61%-
XYZ19.1712.5722.89-
YUV100.88145164.46-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.18%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 131 (51.56% from 255) = 37.22%
R=43.18%
G=19.60%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1526913100.550.140.40315.1837.5643.33
Hex984583037E2813b262b
Octal23010520306716504734653
Binary1001100010001011000001101101111110101000100111011100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984583; }

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

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

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

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

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

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

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

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