#964887

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

Shades of Trendy Pink #964887

Tints of Trendy Pink #964887

Color information

#964887 (or 0x964887) is unknown color: approx Trendy Pink. HEX triplet: 96, 48 and 87. RGB value is (150,72,135). Sum of RGB (Red+Green+Blue) = 150+72+135=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 72 (28.52% from 255 or 20.17% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #964887 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964887 is #69B778. Grayscale: #666666. Windows color (decimal): -6928249 or 8865942. OLE color: 8865942.

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

Color convert

RGB15072135-
CMYK00.520.10.41
HSL311.54º35.14%43.53%-
HSV(B)311.54º52%58.82%-
XYZ19.2712.8724.39-
YUV102.5146.34161.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.02%
GREEN value IS 72 (28.52% from 255) = 20.17%
BLUE value IS 135 (53.12% from 255) = 37.82%
R=42.02%
G=20.17%
B=37.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507213500.520.10.41311.5435.1443.53
Hex964887034A29138232c
Octal22611020706412514704354
Binary1001011010010001000011101101001010101001100111000100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964887; }

 p { color: rgb(150,72,135); }

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

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

 a { background-color: rgb(150,72,135); }

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

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

 span { border-color: rgb(150,72,135); }

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