#964D88

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

Shades of Trendy Pink #964D88

Tints of Trendy Pink #964D88

Color information

#964D88 (or 0x964D88) is unknown color: approx Trendy Pink. HEX triplet: 96, 4D and 88. RGB value is (150,77,136). Sum of RGB (Red+Green+Blue) = 150+77+136=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 136 (53.52% from 255 or 37.47% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #964D88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964D88 is #69B277. Grayscale: #696969. Windows color (decimal): -6926968 or 8932758. OLE color: 8932758.

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

Color convert

RGB15077136-
CMYK00.490.090.41
HSL311.51º32.16%44.51%-
HSV(B)311.51º48.67%58.82%-
XYZ19.6813.5724.87-
YUV105.55145.18159.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.32%
GREEN value IS 77 (30.47% from 255) = 21.21%
BLUE value IS 136 (53.52% from 255) = 37.47%
R=41.32%
G=21.21%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507713600.490.090.41311.5132.1644.51
Hex964D88031929138202d
Octal22611521006111514704055
Binary1001011010011011000100001100011001101001100111000100000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,77,136); }

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

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

 a { background-color: rgb(150,77,136); }

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

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

 span { border-color: rgb(150,77,136); }

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