#955287

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

Shades of Trendy Pink #955287

Tints of Trendy Pink #955287

Color information

#955287 (or 0x955287) is unknown color: approx Trendy Pink. HEX triplet: 95, 52 and 87. RGB value is (149,82,135). Sum of RGB (Red+Green+Blue) = 149+82+135=366 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.71% from 366); Green value is 82 (32.42% from 255 or 22.40% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 149 - color contains mainly: red. Hex color #955287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955287 is #6AAD78. Grayscale: #6B6B6B. Windows color (decimal): -6991225 or 8868501. OLE color: 8868501.

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

Color convert

RGB14982135-
CMYK00.450.090.42
HSL312.54º29%45.29%-
HSV(B)312.54º44.97%58.43%-
XYZ19.7814.1724.61-
YUV108.08143.2157.19-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 40.71%
GREEN value IS 82 (32.42% from 255) = 22.40%
BLUE value IS 135 (53.12% from 255) = 36.89%
R=40.71%
G=22.40%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1498213500.450.090.42312.542945.29
Hex95528702D92A1391d2d
Octal22512220705511524713555
Binary100101011010010100001110101101100110101010011100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #955287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #955287; }

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

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

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

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

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

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

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

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