#964187

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

Shades of Trendy Pink #964187

Tints of Trendy Pink #964187

Color information

#964187 (or 0x964187) is unknown color: approx Trendy Pink. HEX triplet: 96, 41 and 87. RGB value is (150,65,135). Sum of RGB (Red+Green+Blue) = 150+65+135=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 135 (53.12% from 255 or 38.57% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #964187 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964187 is #69BE78. Grayscale: #626262. Windows color (decimal): -6930041 or 8864150. OLE color: 8864150.

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

Color convert

RGB15065135-
CMYK00.570.10.41
HSL310.59º39.53%42.16%-
HSV(B)310.59º56.67%58.82%-
XYZ18.8412.0124.25-
YUV98.4148.66164.81-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 42.86%
GREEN value IS 65 (25.78% from 255) = 18.57%
BLUE value IS 135 (53.12% from 255) = 38.57%
R=42.86%
G=18.57%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1506513500.570.10.41310.5939.5342.16
Hex964187039A29137282a
Octal22610120707112514675052
Binary1001011010000011000011101110011010101001100110111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #964187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #964187; }

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

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

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

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

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

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

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

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