#965087

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

Shades of Trendy Pink #965087

Tints of Trendy Pink #965087

Color information

#965087 (or 0x965087) is unknown color: approx Trendy Pink. HEX triplet: 96, 50 and 87. RGB value is (150,80,135). Sum of RGB (Red+Green+Blue) = 150+80+135=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #965087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965087 is #69AF78. Grayscale: #6B6B6B. Windows color (decimal): -6926201 or 8867990. OLE color: 8867990.

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

Color convert

RGB15080135-
CMYK00.470.10.41
HSL312.86º30.43%45.1%-
HSV(B)312.86º46.67%58.82%-
XYZ19.8213.9724.57-
YUV107.2143.69158.53-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.10%
GREEN value IS 80 (31.64% from 255) = 21.92%
BLUE value IS 135 (53.12% from 255) = 36.99%
R=41.10%
G=21.92%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1508013500.470.10.41312.8630.4345.1
Hex96508702FA291391e2d
Octal22612020705712514713655
Binary100101101010000100001110101111101010100110011100111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965087; }

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

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

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

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

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

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

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

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