#964484

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

Shades of Trendy Pink #964484

Tints of Trendy Pink #964484

Color information

#964484 (or 0x964484) is unknown color: approx Trendy Pink. HEX triplet: 96, 44 and 84. RGB value is (150,68,132). Sum of RGB (Red+Green+Blue) = 150+68+132=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #964484 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964484 is #69BB7B. Grayscale: #636363. Windows color (decimal): -6929276 or 8668310. OLE color: 8668310.

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

Color convert

RGB15068132-
CMYK00.550.120.41
HSL313.17º37.61%42.75%-
HSV(B)313.17º54.67%58.82%-
XYZ18.8112.2823.21-
YUV99.81146.17163.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 68 (26.95% from 255) = 19.43%
BLUE value IS 132 (51.95% from 255) = 37.71%
R=42.86%
G=19.43%
B=37.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506813200.550.120.41313.1737.6142.75
Hex964484037C29139262b
Octal22610420406714514714653
Binary1001011010001001000010001101111100101001100111001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964484; }

 p { color: rgb(150,68,132); }

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

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

 a { background-color: rgb(150,68,132); }

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

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

 span { border-color: rgb(150,68,132); }

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