#954780

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

Shades of Trendy Pink #954780

Tints of Trendy Pink #954780

Color information

#954780 (or 0x954780) is unknown color: approx Trendy Pink. HEX triplet: 95, 47 and 80. RGB value is (149,71,128). Sum of RGB (Red+Green+Blue) = 149+71+128=348 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.82% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 128 (50.39% from 255 or 36.78% from 348); Max value from RGB is 149 - color contains mainly: red. Hex color #954780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #954780 is #6AB87F. Grayscale: #646464. Windows color (decimal): -6994048 or 8406933. OLE color: 8406933.

HSL color Cylindrical-coordinate representation of color #954780: hue angle of 316.15º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #954780 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB14971128-
CMYK00.520.140.42
HSL316.15º35.45%43.14%-
HSV(B)316.15º52.35%58.43%-
XYZ18.5412.4521.85-
YUV100.82143.34162.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 42.82%
GREEN value IS 71 (28.12% from 255) = 20.40%
BLUE value IS 128 (50.39% from 255) = 36.78%
R=42.82%
G=20.40%
B=36.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.14
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1497112800.520.140.42316.1535.4543.14
Hex954780034E2A13c232b
Octal22510720006416524744353
Binary1001010110001111000000001101001110101010100111100100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954780; }

 p { color: rgb(149,71,128); }

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

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

 a { background-color: rgb(149,71,128); }

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

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

 span { border-color: rgb(149,71,128); }

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