#955387

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

Shades of Trendy Pink #955387

Tints of Trendy Pink #955387

Color information

#955387 (or 0x955387) is unknown color: approx Trendy Pink. HEX triplet: 95, 53 and 87. RGB value is (149,83,135). Sum of RGB (Red+Green+Blue) = 149+83+135=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 83 (32.81% from 255 or 22.62% from 367); Blue value is 135 (53.12% from 255 or 36.78% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #955387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955387 is #6AAC78. Grayscale: #6C6C6C. Windows color (decimal): -6990969 or 8868757. OLE color: 8868757.

HSL color Cylindrical-coordinate representation of color #955387: hue angle of 312.73º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #955387 is Cyan = 0, Magento = 0.44, Yellow = 0.09 and Black (K on CMYK) = 0.42.

Color convert

RGB14983135-
CMYK00.440.090.42
HSL312.73º28.45%45.49%-
HSV(B)312.73º44.3%58.43%-
XYZ19.8614.3324.64-
YUV108.66142.87156.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.60%
GREEN value IS 83 (32.81% from 255) = 22.62%
BLUE value IS 135 (53.12% from 255) = 36.78%
R=40.60%
G=22.62%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498313500.440.090.42312.7328.4545.49
Hex95538702C92A1391c2d
Octal22512320705411524713455
Binary100101011010011100001110101100100110101010011100111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955387; }

 p { color: rgb(149,83,135); }

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

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

 a { background-color: rgb(149,83,135); }

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

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

 span { border-color: rgb(149,83,135); }

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