#984683

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

Shades of Trendy Pink #984683

Tints of Trendy Pink #984683

Color information

#984683 (or 0x984683) is unknown color: approx Trendy Pink. HEX triplet: 98, 46 and 83. RGB value is (152,70,131). Sum of RGB (Red+Green+Blue) = 152+70+131=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 70 (27.73% from 255 or 19.83% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 152 - color contains mainly: red. Hex color #984683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #984683 is #67B97C. Grayscale: #656565. Windows color (decimal): -6797693 or 8603288. OLE color: 8603288.

HSL color Cylindrical-coordinate representation of color #984683: hue angle of 315.37º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #984683 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB15270131-
CMYK00.540.140.40
HSL315.37º36.94%43.53%-
HSV(B)315.37º53.95%59.61%-
XYZ19.2412.6922.91-
YUV101.47144.67164.04-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 70 (27.73% from 255) = 19.83%
BLUE value IS 131 (51.56% from 255) = 37.11%
R=43.06%
G=19.83%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1527013100.540.140.40315.3736.9443.53
Hex984683036E2813b252c
Octal23010620306616504734554
Binary1001100010001101000001101101101110101000100111011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984683; }

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

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

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

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

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

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

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

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