#964585

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

Shades of Trendy Pink #964585

Tints of Trendy Pink #964585

Color information

#964585 (or 0x964585) is unknown color: approx Trendy Pink. HEX triplet: 96, 45 and 85. RGB value is (150,69,133). Sum of RGB (Red+Green+Blue) = 150+69+133=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 69 (27.34% from 255 or 19.60% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #964585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964585 is #69BA7A. Grayscale: #646464. Windows color (decimal): -6929019 or 8734102. OLE color: 8734102.

HSL color Cylindrical-coordinate representation of color #964585: hue angle of 312.59º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #964585 is Cyan = 0, Magento = 0.54, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB15069133-
CMYK00.540.110.41
HSL312.59º36.99%42.94%-
HSV(B)312.59º54%58.82%-
XYZ18.9412.4323.59-
YUV100.52146.34163.3-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.61%
GREEN value IS 69 (27.34% from 255) = 19.60%
BLUE value IS 133 (52.34% from 255) = 37.78%
R=42.61%
G=19.60%
B=37.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506913300.540.110.41312.5936.9942.94
Hex964585036B29139252b
Octal22610520506613514714553
Binary1001011010001011000010101101101011101001100111001100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964585; }

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

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

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

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

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

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

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

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