#964885

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

Shades of Trendy Pink #964885

Tints of Trendy Pink #964885

Color information

#964885 (or 0x964885) is unknown color: approx Trendy Pink. HEX triplet: 96, 48 and 85. RGB value is (150,72,133). Sum of RGB (Red+Green+Blue) = 150+72+133=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 133 (52.34% from 255 or 37.46% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #964885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964885 is #69B77A. Grayscale: #666666. Windows color (decimal): -6928251 or 8734870. OLE color: 8734870.

HSL color Cylindrical-coordinate representation of color #964885: hue angle of 313.08º 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 #964885 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15072133-
CMYK00.520.110.41
HSL313.08º35.14%43.53%-
HSV(B)313.08º52%58.82%-
XYZ19.1312.8123.66-
YUV102.28145.34162.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.25%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 133 (52.34% from 255) = 37.46%
R=42.25%
G=20.28%
B=37.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1507213300.520.110.41313.0835.1443.53
Hex964885034B29139232c
Octal22611020506413514714354
Binary1001011010010001000010101101001011101001100111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964885; }

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

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

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

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

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

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

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

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