#954989

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

Shades of Trendy Pink #954989

Tints of Trendy Pink #954989

Color information

#954989 (or 0x954989) is unknown color: approx Trendy Pink. HEX triplet: 95, 49 and 89. RGB value is (149,73,137). Sum of RGB (Red+Green+Blue) = 149+73+137=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 73 (28.91% from 255 or 20.33% from 359); Blue value is 137 (53.91% from 255 or 38.16% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #954989 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954989 is #6AB676. Grayscale: #666666. Windows color (decimal): -6993527 or 8997269. OLE color: 8997269.

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

Color convert

RGB14973137-
CMYK00.510.080.42
HSL309.47º34.23%43.53%-
HSV(B)309.47º51.01%58.43%-
XYZ19.2912.9625.15-
YUV103.02147.18160.8-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 41.50%
GREEN value IS 73 (28.91% from 255) = 20.33%
BLUE value IS 137 (53.91% from 255) = 38.16%
R=41.50%
G=20.33%
B=38.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497313700.510.080.42309.4734.2343.53
Hex95498903382A135222c
Octal22511121106310524654254
Binary1001010110010011000100101100111000101010100110101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954989; }

 p { color: rgb(149,73,137); }

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

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

 a { background-color: rgb(149,73,137); }

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

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

 span { border-color: rgb(149,73,137); }

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