#954389

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

Shades of Trendy Pink #954389

Tints of Trendy Pink #954389

Color information

#954389 (or 0x954389) is unknown color: approx Trendy Pink. HEX triplet: 95, 43 and 89. RGB value is (149,67,137). Sum of RGB (Red+Green+Blue) = 149+67+137=353 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.21% from 353); Green value is 67 (26.56% from 255 or 18.98% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 149 - color contains mainly: red. Hex color #954389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954389 is #6ABC76. Grayscale: #636363. Windows color (decimal): -6995063 or 8995733. OLE color: 8995733.

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

Color convert

RGB14967137-
CMYK00.550.080.42
HSL308.78º37.96%42.35%-
HSV(B)308.78º55.03%58.43%-
XYZ18.9212.2125.03-
YUV99.5149.17163.31-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.21%
GREEN value IS 67 (26.56% from 255) = 18.98%
BLUE value IS 137 (53.91% from 255) = 38.81%
R=42.21%
G=18.98%
B=38.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.08
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1496713700.550.080.42308.7837.9642.35
Hex95438903782A135262a
Octal22510321106710524654652
Binary1001010110000111000100101101111000101010100110101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954389; }

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

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

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

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

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

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

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

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