#964983

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

Shades of Trendy Pink #964983

Tints of Trendy Pink #964983

Color information

#964983 (or 0x964983) is unknown color: approx Trendy Pink. HEX triplet: 96, 49 and 83. RGB value is (150,73,131). Sum of RGB (Red+Green+Blue) = 150+73+131=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 131 (51.56% from 255 or 37.01% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #964983 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964983 is #69B67C. Grayscale: #666666. Windows color (decimal): -6927997 or 8604054. OLE color: 8604054.

HSL color Cylindrical-coordinate representation of color #964983: hue angle of 314.81º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964983 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15073131-
CMYK00.510.130.41
HSL314.81º34.53%43.73%-
HSV(B)314.81º51.33%58.82%-
XYZ19.0612.8922.96-
YUV102.64144.01161.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.37%
GREEN value IS 73 (28.91% from 255) = 20.62%
BLUE value IS 131 (51.56% from 255) = 37.01%
R=42.37%
G=20.62%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507313100.510.130.41314.8134.5343.73
Hex964983033D2913b232c
Octal22611120306315514734354
Binary1001011010010011000001101100111101101001100111011100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964983; }

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

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

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

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

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

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

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

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