#964C88

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

Shades of Trendy Pink #964C88

Tints of Trendy Pink #964C88

Color information

#964C88 (or 0x964C88) is unknown color: approx Trendy Pink. HEX triplet: 96, 4C and 88. RGB value is (150,76,136). Sum of RGB (Red+Green+Blue) = 150+76+136=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #964C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964C88 is #69B377. Grayscale: #686868. Windows color (decimal): -6927224 or 8932502. OLE color: 8932502.

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

Color convert

RGB15076136-
CMYK00.490.090.41
HSL311.35º32.74%44.31%-
HSV(B)311.35º49.33%58.82%-
XYZ19.6113.4324.85-
YUV104.97145.52160.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.44%
GREEN value IS 76 (30.08% from 255) = 20.99%
BLUE value IS 136 (53.52% from 255) = 37.57%
R=41.44%
G=20.99%
B=37.57%

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
Decimal1507613600.490.090.41311.3532.7444.31
Hex964C88031929137212c
Octal22611421006111514674154
Binary1001011010011001000100001100011001101001100110111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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