#964E89

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

Shades of Trendy Pink #964E89

Tints of Trendy Pink #964E89

Color information

#964E89 (or 0x964E89) is unknown color: approx Trendy Pink. HEX triplet: 96, 4E and 89. RGB value is (150,78,137). Sum of RGB (Red+Green+Blue) = 150+78+137=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #964E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964E89 is #69B176. Grayscale: #6A6A6A. Windows color (decimal): -6926711 or 8998550. OLE color: 8998550.

HSL color Cylindrical-coordinate representation of color #964E89: hue angle of 310.83º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #964E89 is Cyan = 0, Magento = 0.48, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB15078137-
CMYK00.480.090.41
HSL310.83º31.58%44.71%-
HSV(B)310.83º48%58.82%-
XYZ19.8213.7425.27-
YUV106.25145.35159.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 137 (53.91% from 255) = 37.53%
R=41.10%
G=21.37%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507813700.480.090.41310.8331.5844.71
Hex964E89030929137202d
Octal22611621106011514674055
Binary1001011010011101000100101100001001101001100110111100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964E89; }

 p { color: rgb(150,78,137); }

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

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

 a { background-color: rgb(150,78,137); }

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

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

 span { border-color: rgb(150,78,137); }

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